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"
]
}
]
} | |