NoIndex Meta Detector Firefox

Examine source code of NoIndex Meta Detector

By: Thuan
Inspect and view changes in NoIndex Meta Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoIndex Meta Detector",
  "version": "1.0",
  "description": "Phát hiện thẻ <meta name='robots' content='noindex'/> và hiển thị thông báo.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{94bc3533-8fcc-4cee-b485-f723d80f9d61}"
    }
  }
}

Best NoIndex Meta Detector Alternatives

Here are some Firefox add-ons that are similar to NoIndex Meta Detector: