manifest_version int64 | name string | version string | description string | author string | homepage_url string | permissions list | background dict | content_scripts list | browser_specific_settings dict |
|---|---|---|---|---|---|---|---|---|---|
2 | Chat Traffic Gate (ChatGPT) — AutoPilot v3.1 (Orchestrated Diagnostics) | 1.3.0 | Network history gate + cross-tab orchestrator + observable notification health panel. | local | https://chatgpt.com/ | [
"storage",
"webRequest",
"alarms",
"tabs",
"notifications",
"https://chat.openai.com/*",
"https://chatgpt.com/*"
] | {
"scripts": [
"background.js"
],
"persistent": false
} | [
{
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*"
],
"js": [
"content/core-utils.js",
"content/early-shield.js",
"content/net-guard.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"https://chat.openai.com/... | {
"gecko": {
"id": "chat-traffic-gate@local",
"strict_min_version": "109.0"
}
} |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Chat Traffic Gate (ChatGPT) — AutoPilot v3.1 - UPDATED VERSION Status
WIP (work in progress). This is not perfect and still changing. It might help your workflow, or it might not. Use it if you want.
I use this myself, and I notice when it is not running.
What this is
A Firefox browser extension focused on ChatGPT tabs, built to help manage heavy/long sessions with a traffic-gating approach.
Current extension metadata and scope:
Name: Chat Traffic Gate (ChatGPT) — AutoPilot v3.1 (Orchestrated Diagnostics)
Version: 1.3.0
Manifest: v2
Target sites: chat.openai.com and chatgpt.com
manifest
What is currently included
Content scripts are split by load phase:
At document_start:
content/core-utils.js
content/early-shield.js
content/net-guard.js
At document_idle:
content/core-utils.js
content/dom-softcap.js
content/keepalive.js
content/autopilot.js
content/traffic-ui.js
manifest
Background script:
background.js (non-persistent background)
manifest
Permissions
The manifest currently requests:
storage
webRequest
alarms
tabs
notifications
Site access for https://chat.openai.com/* and https://chatgpt.com/*
manifest
Browser target
This build includes Gecko settings with:
Extension ID: chat-traffic-gate@local
strict_min_version: 109.0
manifest
Install (Firefox, temporary load)
Download/clone this repo.
Open Firefox and go to about:debugging#/runtime/this-firefox
Click Load Temporary Add-on
Select manifest.json
Reality check
This is a personal tool and actively being worked on.
It is not a promise, not polished, and not guaranteed.
It may help some users, and do nothing for others.
If it helps you, great. If not, skip it.
- Downloads last month
- 24