Kerjuseblocker
Blocks any cookie and subscription popups on Delfi and Postimees.
Kerjuseblockerとは何ですか?
KerjuseblockerはKerjuseblockerによって開発されたChromeの拡張機能で、その主な機能は「Blocks any cookie and subscription popups on Delfi and Postimees.」です。
拡張機能のスクリーンショット
Kerjuseblocker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |