| 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. |
|
|
|
|