Count GPT Firefox

Examine source code of Count GPT

제작자: 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"
    }
  }
}

최고의 Count GPT 대안

다음은 Count GPT과(와) 유사한 Firefox add-on입니다: