core-js count Firefox

Examine source code of core-js count

By: easrng
Inspect and view changes in core-js count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "32": "icon.svg",
    "64": "icon.svg"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "core-js count",
    "default_popup": "popup.html"
  },
  "description": "how many copies of core-js are on this page?",
  "manifest_version": 2,
  "name": "core-js count",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{5017b341-4bf6-4b9a-b0cd-c8f9ec56b534}"
    }
  },
  "version": "1.1"
}

Best core-js count Alternatives

Here are some Firefox add-ons that are similar to core-js count: