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.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  ]
}