WatchCharts Search Firefox

Examine source code of WatchCharts Search

Inspect and view changes in WatchCharts Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WatchCharts Search",
  "version": "1.0",
  "description": "Automatically search WatchCharts with highlighted watch names.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://watchcharts.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b4c61058-64c7-4d07-a2e2-21910a595e57}"
    }
  }
}

Best WatchCharts Search Alternatives

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