By: Abhay
Inspect and view changes in Count GPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Count GPT",
"version": "1.0",
"description": "Count requests to https://chat.openai.com/backend-api/conversation",
"icons": {
"48": "icons/icon-48.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"*://chat.openai.com/backend-api/conversation"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
]
}
],
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "yolo@fomo"
}
}
} Best Count GPT Alternatives
Here are some Firefox add-ons that are similar to Count GPT: