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 |
| 官方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"
}
} | |