Waredot AdBlock
Enjoy a safe, simple and ad-free browsing experience.
Was ist Waredot AdBlock?
Waredot AdBlock ist eine Chrome-Erweiterung, die von https://waredot.com entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy a safe, simple and ad-free browsing experience.".
Erweiterungsscreenshots
Waredot AdBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Waredot AdBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Block ads and pop-ups on News Chanel, YouTube, Facebook, Twitch, and your favorite websites. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bekljpgkhhnakknepkhlijpheogbgbfb |
| Offizielle URL | https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb |
| Beschreibung | Enjoy a safe, simple and ad-free browsing experience. |
| Dateigröße | 1.48 MB |
| Installationsanzahl | 1,636 |
| Aktuelle Version | 1.47.3.8 |
| Letztes Update | 2023-08-10 |
| Veröffentlichungsdatum | 2022-09-17 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://waredot.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://waredot.com/privacy |
| Unterstützte Sprachen | 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
} | |