Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Co to jest Ethical AdBlock — Ad Blocker?
Ethical AdBlock — Ad Blocker to rozszerzenie Chrome opracowane przez https://www.ethical-adblock.xyz, a jego główną funkcją jest „Ethical Adblock is the first undetectable adblocker for all websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ethical AdBlock — Ad Blocker
Pobierz pliki rozszerzeń Ethical AdBlock — 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
Ethical adblock is the first undetectable ad blocker in the world !
It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites.
═══════════ Features ═══════════
┊Adblocker completely undetectable
┊Block Youtube video ads
┊Block Ads on All Websites
┊Make Your Browser Faster Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njfgllfchpddnfmildigamnkjjkipgea |
| Oficjalny URL | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
| Opis | Ethical Adblock is the first undetectable adblocker for all websites. |
| Rozmiar pliku | 153 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2022-10-03 |
| Data Publikacji | 2021-04-27 |
| Ocena | 4.31/5 Łącznie 16 Oceny |
| Deweloper | https://www.ethical-adblock.xyz |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.ethical-adblock.xyz |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ethical AdBlock \u2014 Ad Blocker",
"version": "1.2",
"description": "Ethical Adblock is the first undetectable adblocker for all websites.",
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"blocked_domains.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"adskip.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"icons": {
"128": "Logo_EthicalBlocker.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |