No Adblock-Killer
Avoid the Adblock killers, enjoy the ad-free website again!
Co to jest No Adblock-Killer?
No Adblock-Killer to rozszerzenie Chrome opracowane przez kysterdraw, a jego główną funkcją jest „Avoid the Adblock killers, enjoy the ad-free website again!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No Adblock-Killer
Pobierz pliki rozszerzeń No Adblock-Killer 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
Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gehpbpmoageipdegelfanklkfaeffjki |
Oficjalny URL | https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki |
Opis | Avoid the Adblock killers, enjoy the ad-free website again! |
Rozmiar pliku | 116 KB |
Liczba instalacji | 488 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2019-05-27 |
Data Publikacji | 2019-05-27 |
Ocena | 1.00/5 Łącznie 5 Oceny |
Deweloper | kysterdraw |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lucasmrdt/no-adb-killer |
Adres URL Strony Pomocy | https://github.com/lucasmrdt/no-adb-killer/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Adblock-Killer", "short_name": "no-adb-killer", "version": "1.6", "description": "Avoid the Adblock killers, enjoy the ad-free website again!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "scripts\/*" ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.6play.fr\/*", "https:\/\/*.tf1.fr\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |