Search Provider Detector Firefox

Examine source code of Search Provider Detector

Inspect and view changes in Search Provider Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search Provider Detector",
  "version": "1.0.0",
  "description": "Detect e-commerce search providers used by websites. Identify which search technologies power online stores and shopping sites.",
  "author": "ExpertRec",
  "homepage_url": "https://www.expertrec.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "support@expertrec.com",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Search Provider Detector",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "assets/*"
  ]
}

Best Search Provider Detector Alternatives

Here are some Firefox add-ons that are similar to Search Provider Detector: