Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Co to jest Hiper AdBlock for Websites & YouTube™?
Hiper AdBlock for Websites & YouTube™ to rozszerzenie Chrome opracowane przez Ultra AdBlock, a jego główną funkcją jest „Hiper AdBlock removes unwanted ad on websites and videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hiper AdBlock for Websites & YouTube™
Pobierz pliki rozszerzeń Hiper AdBlock for Websites & YouTube™ 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
Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption.
Characteristics:
- Removes ads, banner and popups
- Remove ads on videos on YouTube™
News:
- Already updated to be used with the new Google Chrome update.
It's free to download and use! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
| Oficjalny URL | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
| Opis | Hiper AdBlock removes unwanted ad on websites and videos. |
| Rozmiar pliku | 284 KB |
| Liczba instalacji | 123,215 |
| Aktualna Wersja | 2.0.0.9 |
| Ostatnia Aktualizacja | 2023-02-16 |
| Data Publikacji | 2022-09-06 |
| Ocena | 4.39/5 Łącznie 310 Oceny |
| Deweloper | Ultra AdBlock |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.ultra-adblock.com/ |
| Adres URL Strony Pomocy | https://www.ultra-adblock.com/ |
| Adres URL Strony Polityki Prywatności | https://www.ultra-adblock.com/privacy-policy.html |
| Obsługiwane Języki | de,en,fr,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "2.0.0.9",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/block-sites-ads.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "scripts\/block-list.json"
}
]
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_extName__",
"default_popup": "pages\/popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |