Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Cos'è Hiper AdBlock for Websites & YouTube™?
Hiper AdBlock for Websites & YouTube™ è un'estensione di Chrome sviluppata da Ultra AdBlock, e la sua funzione principale è "Hiper AdBlock removes unwanted ad on websites and videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hiper AdBlock for Websites & YouTube™
Scarica i file di estensione Hiper AdBlock for Websites & YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
| URL Ufficiale | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
| Descrizione | Hiper AdBlock removes unwanted ad on websites and videos. |
| Dimensione del File | 284 KB |
| Conteggio Installazioni | 123,215 |
| Versione Corrente | 2.0.0.9 |
| Ultimo Aggiornamento | 2023-02-16 |
| Data di Pubblicazione | 2022-09-06 |
| Valutazione | 4.39/5 Totale 310 Valutazioni |
| Sviluppatore | Ultra AdBlock |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.ultra-adblock.com/ |
| URL della Pagina di Aiuto | https://www.ultra-adblock.com/ |
| URL della Pagina della Politica sulla Privacy | https://www.ultra-adblock.com/privacy-policy.html |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
} | |