Ketnooi Paid Link Bypasser
ByPass Paid Links (adf.ly , linkbuck, g.js ..)
什麼是Ketnooi Paid Link Bypasser?
Ketnooi Paid Link Bypasser是由Ketnooi IT開發的Chrome擴展程式,該擴展的主要功能是“ByPass Paid Links (adf.ly , linkbuck, g.js ..)”。
擴展截圖
下載Ketnooi Paid Link Bypasser擴展crx文件
下載Ketnooi Paid Link Bypasser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ketnooi Paid Link Bypasser extension for Chrome Just install this script and enjoy the auto bypassing on that bad websites (currently adf.ly, lienscash.com, adfoc.us, bc.vc). This script is compatible with Chrome/Chromium. Report to me any problem, and.. thanks for using the script!
擴展基本資訊
名稱 | Ketnooi Paid Link Bypasser |
ID | lmfmialbcmpnhcdldmonpbmcclhdnaie |
官方網址 | https://chromewebstore.google.com/detail/ketnooi-paid-link-bypasse/lmfmialbcmpnhcdldmonpbmcclhdnaie |
簡介 | ByPass Paid Links (adf.ly , linkbuck, g.js ..) |
檔案大小 | 70.39 KB |
安裝次數 | 736 |
目前版本 | 5.1 |
更新時間 | 2014-10-27 |
上架時間 | 2014-10-26 |
評分 | 2.67/5 共 9 次評分 |
開發者 | Ketnooi IT |
付費類型 | free |
擴展官網 | http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html |
說明頁面URL | http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "RedirectionPaid.user.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon.png", "32": "icon.png", "64": "icon.png", "128": "icon.png" }, "converted_from_user_script": true, "description": "ByPass Paid Links (adf.ly , linkbuck, g.js ..)", "name": "Ketnooi Paid Link Bypasser", "version": "5.1", "browser_action": { "default_icon": "icon.png", "default_popup": "RedirectionPaid.html" } } |