Creator Codes Firefox

Examine source code of Creator Codes

제작자: Creator Codes Add-on
Inspect and view changes in Creator Codes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.3.1",
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "identity"
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "creator-codes-gecko@creatorcodes.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Creator Codes",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 Creator Codes 대안

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