Google Search Top 10 Extractor Firefox

Examine source code of Google Search Top 10 Extractor

Inspect and view changes in Google Search Top 10 Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Search Top 10 Extractor",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/search*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b5ff65c7-8f45-429a-91f9-3c63ea63219d}"
    }
  }
}

Best Google Search Top 10 Extractor Alternatives

Here are some Firefox add-ons that are similar to Google Search Top 10 Extractor: