Google Search Ad Remover And Customizer

Google Search Ad Remover And Customizer

This extension gives you the ability to customize how your Google search results look like. For example, you can make the ads stand out more or remove them completely, you can remove the widgets that Google puts in the search results, etc...

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ce7df96-558d-4c2c-8d88-68606ebbe8db}",
      "strict_min_version": "42.0"
    }
  },
  "name": "Google Search Ad Remover And Customizer",
  "description": "This extension gives you the ability to customize how your Google search results look like.",
  "version": "1.2.8",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "program.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}