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