Ketnooi Paid Link Bypasser
ByPass Paid Links (adf.ly , linkbuck, g.js ..)
Ketnooi Paid Link Bypasser là gì?
Ketnooi Paid Link Bypasser là một tiện ích mở rộng Chrome được phát triển bởi Ketnooi IT, và tính năng chính của nó là "ByPass Paid Links (adf.ly , linkbuck, g.js ..)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ketnooi Paid Link Bypasser
Tải xuống các tệp mở rộng Ketnooi Paid Link Bypasser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ketnooi Paid Link Bypasser |
ID | lmfmialbcmpnhcdldmonpbmcclhdnaie |
URL Chính Thức | https://chromewebstore.google.com/detail/ketnooi-paid-link-bypasse/lmfmialbcmpnhcdldmonpbmcclhdnaie |
Mô tả | ByPass Paid Links (adf.ly , linkbuck, g.js ..) |
Kích Thước Tệp | 70.39 KB |
Số Lần Cài Đặt | 736 |
Phiên Bản Hiện Tại | 5.1 |
Cập Nhật Lần Cuối | 2014-10-27 |
Ngày Phát Hành | 2014-10-26 |
Đánh Giá | 2.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Ketnooi IT |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html |
URL Trang Trợ Giúp | http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |