Kerjuseblocker
Blocks any cookie and subscription popups on Delfi and Postimees.
Cos'è Kerjuseblocker?
Kerjuseblocker è un'estensione di Chrome sviluppata da Kerjuseblocker, e la sua funzione principale è "Blocks any cookie and subscription popups on Delfi and Postimees.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kerjuseblocker
Scarica i file di estensione Kerjuseblocker 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | knaliflfkmglmpmehejlnpdkaamhkdnl |
| URL Ufficiale | https://chromewebstore.google.com/detail/kerjuseblocker/knaliflfkmglmpmehejlnpdkaamhkdnl |
| Descrizione | Blocks any cookie and subscription popups on Delfi and Postimees. |
| Dimensione del File | 6.75 KB |
| Conteggio Installazioni | 307 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2022-05-17 |
| Data di Pubblicazione | 2021-03-29 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Kerjuseblocker |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |