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/*",
"https://chatgpt.com/*"
],
"js": [
"content/core-utils.js",
"content/dom-softcap.js",
"content/keepalive.js",
"content/autopilot.js",
"content/traffic-ui.js"
],
"run_at": "document_idle",
"all_frames": false
}
] |
{
"gecko": {
"id": "chat-traffic-gate@local",
"strict_min_version": "109.0"
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.