Waredot AdBlock
Enjoy a safe, simple and ad-free browsing experience.
Wat is Waredot AdBlock?
Waredot AdBlock is een Chrome-extensie ontwikkeld door https://waredot.com, en de belangrijkste functie is "Enjoy a safe, simple and ad-free browsing experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Waredot AdBlock
Download Waredot AdBlock-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
Block ads and pop-ups on News Chanel, YouTube, Facebook, Twitch, and your favorite websites.
Basisinformatie over de Extensie
Naam | Waredot AdBlock |
ID | bekljpgkhhnakknepkhlijpheogbgbfb |
Officiële URL | https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb |
Beschrijving | Enjoy a safe, simple and ad-free browsing experience. |
Bestandsgrootte | 1.48 MB |
Aantal Installaties | 1,636 |
Huidige Versie | 1.47.3.8 |
Laatst Bijgewerkt | 2023-08-10 |
Publicatiedatum | 2022-09-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://waredot.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://waredot.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waredot AdBlock", "version": "1.47.3.8", "description": "Enjoy a safe, simple and ad-free browsing experience.", "permissions": [ "tabs", "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "blockLIST", "enabled": true, "path": "my.json" }, { "id": "advLIST", "enabled": false, "path": "adv.json" }, { "id": "antiprnLIST", "enabled": false, "path": "antiprn.json" }, { "id": "suspLIST", "enabled": false, "path": "susp.json" } ] }, "icons": { "48": ".\/icons\/ad48.png", "64": ".\/icons\/ad64.png" }, "content_scripts": [ { "js": [ "yt_blocks.js", "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_popup": "Popup.html", "default_title": "Waredot AdBlock" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "manifest_version": 3 } |