Google Ads Hider
This extension hides ads when searching at Google
Wat is Google Ads Hider?
Google Ads Hider is een Chrome-extensie ontwikkeld door doratomer, en de belangrijkste functie is "This extension hides ads when searching at Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Ads Hider
Download Google Ads Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When you search something to purchase at google, we will hide/blur/mark the ads that you can search without paying more at random websites. Basisinformatie over de Extensie
| Naam | |
| ID | hphgneaeckdmikgklodjnapgjdkjamcg |
| Officiële URL | https://chromewebstore.google.com/detail/google-ads-hider/hphgneaeckdmikgklodjnapgjdkjamcg |
| Beschrijving | This extension hides ads when searching at Google |
| Bestandsgrootte | 23.87 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2021-05-16 |
| Publicatiedatum | 2021-05-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | doratomer |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Ads Hider",
"description": "This extension hides ads when searching at Google",
"version": "0.1.2",
"manifest_version": 2,
"icons": {
"128": ".\/ad_hider_128.png"
},
"options_page": ".\/options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"include_globs": [
"http:\/\/*.google.*\/search*",
"https:\/\/*.google.*\/search*"
],
"js": [
"content_script.js"
],
"css": [
"myStyle.css"
]
}
],
"browser_action": {
"default_title": "Privacy Extension For WhatsApp Web",
"default_popup": ".\/popup.html",
"default_icon": {
"32": ".\/ad_hider_128.png"
}
},
"permissions": [
"https:\/\/www.google.com\/*",
"storage"
]
} | |