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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |