Kerjuseblocker
Blocks any cookie and subscription popups on Delfi and Postimees.
Was ist Kerjuseblocker?
Kerjuseblocker ist eine Chrome-Erweiterung, die von Kerjuseblocker entwickelt wurde, und ihr Hauptmerkmal ist "Blocks any cookie and subscription popups on Delfi and Postimees.".
Erweiterungsscreenshots
Kerjuseblocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kerjuseblocker-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
This extension will hide pop-ups on Estonian news sites Delfi and Postimees (and their affiliates) to provide a better news reading experience. This affects any pop-ups asking for a paid subscription, offering you cookies or complaining about you using an ad-blocker. This extension is meant to be used together with a separate ad-blocker extension, so that the combination of the extensions ensures the cleanest experience. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knaliflfkmglmpmehejlnpdkaamhkdnl |
| Offizielle URL | https://chromewebstore.google.com/detail/kerjuseblocker/knaliflfkmglmpmehejlnpdkaamhkdnl |
| Beschreibung | Blocks any cookie and subscription popups on Delfi and Postimees. |
| Dateigröße | 6.75 KB |
| Installationsanzahl | 307 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2022-05-17 |
| Veröffentlichungsdatum | 2021-03-29 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Kerjuseblocker |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kerjuseblocker",
"version": "1.5",
"description": "Blocks any cookie and subscription popups on Delfi and Postimees.",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.postimees.ee\/*",
"*:\/\/*.elu24.ee\/*",
"*:\/\/*.ypsilon.ee\/*"
],
"js": [
"postimees.js"
]
},
{
"matches": [
"*:\/\/*.delfi.ee\/*",
"*:\/\/*.delfi.lt\/*",
"*:\/\/*.delfi.lv\/*"
],
"js": [
"delfi.js"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |