Inspect and view changes in Google Search Ad Remover And Customizer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "{2ce7df96-558d-4c2c-8d88-68606ebbe8db}",
"strict_min_version": "58.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.13",
"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"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}