SERPTrends Extension Firefox

Examine source code of SERPTrends Extension

Inspect and view changes in SERPTrends Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SERPTrends Extension",
  "version": "1.3",
  "description": "Track and visualize trends in SERPs over time for different keywords.",
  "permissions": [
    "activeTab",
    "storage",
    "https://api.serptrends.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*",
        "*://www.bing.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f0c142a5-8a4a-4170-b70a-3ad756ed7d06}"
    }
  }
}

Best SERPTrends Extension Alternatives

Here are some Firefox add-ons that are similar to SERPTrends Extension: