Kerjuseblocker
Blocks any cookie and subscription popups on Delfi and Postimees.
Τι είναι το Kerjuseblocker;
Το Kerjuseblocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kerjuseblocker, και η κύρια λειτουργία του είναι "Blocks any cookie and subscription popups on Delfi and Postimees.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kerjuseblocker
Λήψη αρχείων επέκτασης Kerjuseblocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Kerjuseblocker |
ID | knaliflfkmglmpmehejlnpdkaamhkdnl |
Επίσημο URL | https://chromewebstore.google.com/detail/kerjuseblocker/knaliflfkmglmpmehejlnpdkaamhkdnl |
Περιγραφή | Blocks any cookie and subscription popups on Delfi and Postimees. |
Μέγεθος Αρχείου | 6.75 KB |
Αριθμός Εγκαταστάσεων | 307 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2022-05-17 |
Ημερομηνία Δημοσίευσης | 2021-03-29 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Kerjuseblocker |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |