Autokoder Firefox

Examine source code of Autokoder

Inspect and view changes in Autokoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "pl",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "browser-plugin@autokoder.com"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "20": "icons/icon20.png",
      "32": "icons/icon32.png",
      "38": "icons/icon38.png",
      "40": "icons/icon40.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "background": {
    "scripts": [
      "commons.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://autokoder.com/*"
      ],
      "js": [
        "commons.js",
        "webapp.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "*://autokoder.com/*"
  ],
  "web_accessible_resources": [
    "images/*",
    "icons/*",
    "service-worker.js"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "version": "0.3.5"
}

Melhores alternativas Autokoder

Aqui estão algumas Firefox add-ons que são similares a Autokoder: