Google Search Filter Firefox

Examine source code of Google Search Filter

By: 8kbet
Inspect and view changes in Google Search Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Search Filter",
  "version": "1.2",
  "description": "A simple extension to filter Google search results.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/search*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "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"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{10d3dc9e-fad9-4005-b304-f09c19682633}"
    }
  }
}

Best Google Search Filter Alternatives

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