Content Core Firefox

Examine source code of Content Core

Inspect and view changes in Content Core source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Content Core",
  "version": "0.11",
  "description": "Desc",
  "icons": {
    "48": "icons/favicon.png",
    "96": "icons/favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}

Best Content Core Alternatives

Here are some Firefox add-ons that are similar to Content Core: