Thx Ynet
Block their annoying anti-adblock window easily
什么是Thx Ynet?
Thx Ynet是由Alon Kollmann开发的Chrome扩展程序,该扩展的主要功能是“Block their annoying anti-adblock window easily”。
扩展截图
下载Thx Ynet扩展crx文件
下载Thx Ynet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | fhpacmallpcgfnpiafacahommledfjam |
| 官方URL | https://chromewebstore.google.com/detail/thx-ynet/fhpacmallpcgfnpiafacahommledfjam |
| 简介 | Block their annoying anti-adblock window easily |
| 文件大小 | 14.05 KB |
| 安装次数 | 139 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2015-11-11 |
| 上架时间 | 2015-11-11 |
| 评分 | 5.00/5 共11次评分 |
| 开发者 | Alon Kollmann |
| 付费类型 | free |
| 支持的语言 | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Thx Ynet",
"description": "Block their annoying anti-adblock window easily",
"version": "1.0.5",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.ynet.co.il\/*"
],
"css": [
"adfree.css"
]
}
]
} | |