uBlocker - #1 Adblock Tool for Chrome
uBlocker is a fast, efficient & most effective adblocker utility on the planet.
Cos'è uBlocker - #1 Adblock Tool for Chrome?
uBlocker - #1 Adblock Tool for Chrome è un'estensione di Chrome sviluppata da Alan Funberg, e la sua funzione principale è "uBlocker is a fast, efficient & most effective adblocker utility on the planet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione uBlocker - #1 Adblock Tool for Chrome
Scarica i file di estensione uBlocker - #1 Adblock Tool for Chrome 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
The most advanced tool to block all type of ads including unobtrusive and invisible. uBlocker stop all ads on each website you visit including pre-roll video ad, text ad, pop unders, banners, malware, viruses, tracking and much more. uBlocker is an effective ad block utility stops ads on Youtube, Facebook and many other popular websites. We don’t allow any type of ads and block every ad even that you don’t see. Save your time and improve browser speed with good working uBlocker. Click "Add to chrome" button and enjoy browser surfing without ads.
Informazioni di Base sull'Estensione
Nome | |
ID | ppdonaappkjkbgbncmmjencphdclioab |
URL Ufficiale | https://chrome.google.com/webstore/detail/ublocker-ad-block-tool-fo/ppdonaappkjkbgbncmmjencphdclioab |
Descrizione | uBlocker is a fast, efficient & most effective adblocker utility on the planet. |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 700,000 |
Versione Corrente | 1.4.7 |
Ultimo Aggiornamento | 2022-07-20 |
Data di Pubblicazione | 2020-06-06 |
Valutazione | 4.12/5 Totale 329 Valutazioni |
Sviluppatore | Alan Funberg |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://ub-locker.com/privacy-policy.html |
Lingue Supportate | de,en,en-US,fr,nl,no,vi,tr,da,es,it,pl,ro,cs,ru,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "ext\/common.js", "ext\/background.js", "lib\/compat.min.js", "lib\/publicSuffixList.js", "lib\/adblockplus.min.js", "messageResponder.js", "background.js", "adblock-jquery.min.js", "adblock-errorreporting.js", "adblock-functions.js", "adblock-survey.js", "adblock-stats.js", "adblock-uninstall.js", "adblock-idlehandler.js", "adblock-settings.js", "adblock-servermessages.js", "adblock-background.js", "adblock-adpsubscriptionadapter.js", "adblock-contextmenus.js", "adblock-subscriptioninit.js", "adblock-data-migrate.js", "adblock-excludefilter.js", "adblock-datacollection.v2.js" ] }, "browser_action": { "default_icon": { "16": "icons\/ab-16.png", "19": "icons\/ab-19.png", "20": "icons\/ab-20.png", "32": "icons\/ab-32.png", "38": "icons\/ab-38.png", "40": "icons\/ab-40.png" }, "default_popup": "adblock-button-popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "ext\/common.js", "ext\/content.js", "elemHideEmulation.js", "include.preload.js", "adblock-functions.js", "adblock-bandaids.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "include.postload.js", "adblock-uiscripts-rightclick_hook.js", "adblock-notificationoverlay.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_description__", "devtools_page": "devtools.html", "icons": { "128": "icons\/ab-128.png", "16": "icons\/ab-16.png", "32": "icons\/ab-32.png", "48": "icons\/ab-48.png", "64": "icons\/ab-64.png" }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "optional_permissions": [ "management" ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "tabs", " |