TrendSpotter Pro Firefox

Examine source code of TrendSpotter Pro

Inspect and view changes in TrendSpotter Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TrendSpotter Pro",
  "version": "1.0",
  "description": "Identifies and reports on trending search topics with advanced analytics",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.google.com/*"
  ],
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "TrendSpotter Pro",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*"
      ],
      "js": [
        "content_scripts/trend_analyzer.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "trendspotterpro@trendanalytics.com"
    }
  }
}

Best TrendSpotter Pro Alternatives

Here are some Firefox add-ons that are similar to TrendSpotter Pro: