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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Thx Ynet |
ID | fhpacmallpcgfnpiafacahommledfjam |
官方網址 | 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" ] } ] } |