AllBlock
AllBlock - free extension that disables ads on popular resources.
Cos'è AllBlock?
AllBlock è un'estensione di Chrome sviluppata da AllBlock, e la sua funzione principale è "AllBlock - free extension that disables ads on popular resources.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AllBlock
Scarica i file di estensione AllBlock 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
AllBlock is a free multi-functional extension blocking various types of advertisements at popular websites and social networks. AllBlock features: - Youtube and Facebook ads blocking, - preventing pop-ups and push notifications - reduces traffic consumption and speeds up the browser, - free and extended functionality. We continue our product improving, working hard to give your pure interaction experience with your favorite web-content. Your sincerely, The AllBlock Team.
Informazioni di Base sull'Estensione
Nome | |
ID | nfofcmcpljmjdningbllljenopcmdhjf |
URL Ufficiale | https://chrome.google.com/webstore/detail/allblock/nfofcmcpljmjdningbllljenopcmdhjf |
Descrizione | AllBlock - free extension that disables ads on popular resources. |
Dimensione del File | 210 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 1.55 |
Ultimo Aggiornamento | 2021-02-13 |
Data di Pubblicazione | 2020-05-25 |
Valutazione | 4.86/5 Totale 111 Valutazioni |
Sviluppatore | AllBlock |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://allblock.net |
URL della Pagina di Aiuto | https://allblock.net/support |
URL della Pagina della Politica sulla Privacy | http://allblock.net/privacy_policy |
Lingue Supportate | de,en,fr,tr,es,it,pl,ru,zh-CN,ja |
manifest.json | |
{ "browser_action": { "default_icon": "lightgreen.png", "default_title": "AllBlock" }, "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "name": "AllBlock", "background": { "scripts": [ "bg.js", "js\/install_handlers.js" ] }, "icons": { "128": "lightgreen.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "pages\/fas.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/view\/vs\/*" ], "js": [ "pages\/fvs.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "pages\/yt.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.facebookcorewwwi.onion\/*" ], "css": [ "css\/fb2.css" ], "js": [ "pages\/fb2.js" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "pages\/vk.js" ], "matches": [ "https:\/\/new.vk.com\/*", "http:\/\/new.vk.com\/*", "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ] }, { "all_frames": true, "css": [], "js": [ "pages\/vk_audio.js" ], "matches": [ "*:\/\/vk.com\/*" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [ "css\/style.css" ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "contentSettings", " |