Adblock for Internet
Removes ads from Internet.
Wat is Adblock for Internet?
Adblock for Internet is een Chrome-extensie ontwikkeld door http://installadblock.com, en de belangrijkste functie is "Removes ads from Internet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Adblock for Internet
Download Adblock for Internet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Remove ads from websites and YouTube with low CPU and RAM consumption.
Basisinformatie over de Extensie
Naam | |
ID | eapnbgjpefaicphghglacdclgpdmkona |
Officiële URL | https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona |
Beschrijving | Removes ads from Internet. |
Bestandsgrootte | 354 KB |
Aantal Installaties | 23,803 |
Huidige Versie | 1.1.0.3 |
Laatst Bijgewerkt | 2022-07-27 |
Publicatiedatum | 2022-05-13 |
Beoordeling | 4.18/5 Totaal 94 Beoordelingen |
Ontwikkelaar | http://installadblock.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.installadblock.com/privacy-policy.html |
Ondersteunde Talen | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/blocklist.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Adblock for Internet", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |