bcCommander Firefox

Examine source code of bcCommander

Inspect and view changes in bcCommander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.2.0",
  "author": "Martin Chang",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "categories": {
    "firefox": [
      "other"
    ],
    "android": [
      "other"
    ]
  },
  "license": "MIT",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardRead",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://chatgpt.com/*",
    "*://chat.openai.com/*"
  ],
  "action": {
    "default_title": "bcCommander - AI Commands",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "younba.bcCommander@gmail.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "technicalData": false,
        "personalData": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives bcCommander

Voici quelques Firefox add-ons qui sont similaires à bcCommander :