Google Ad Blocker
Blocks Google Ads in search results.
Co to jest Google Ad Blocker?
Google Ad Blocker to rozszerzenie Chrome opracowane przez mm-webconsulting, a jego główną funkcją jest „Blocks Google Ads in search results.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Ad Blocker
Pobierz pliki rozszerzeń Google Ad Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Google Ad Blocker entfernt die Werbeanzeigen in den Suchergebnissen. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oekldebgglamjinopejlfdefedeodlfe |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-ad-blocker/oekldebgglamjinopejlfdefedeodlfe |
| Opis | Blocks Google Ads in search results. |
| Rozmiar pliku | 67.84 KB |
| Liczba instalacji | 1,177 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2018-02-16 |
| Data Publikacji | 2018-02-16 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | mm-webconsulting |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.mm-webconsulting.com/ |
| Adres URL Strony Pomocy | https://www.mm-webconsulting.com/kontakt.php |
| Obsługiwane Języki | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_Extension_name__",
"description": "__MSG_Extension_description__",
"version": "1.5",
"content_scripts": [
{
"js": [
"jquery-1.11.1.min.js",
"init.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "de",
"icons": {
"128": "icon-128.png"
}
} | |