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. 擴展基本資訊
| 名稱 | |
| ID | knaliflfkmglmpmehejlnpdkaamhkdnl |
| 官方網址 | 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"
}
} | |