Ketnooi Paid Link Bypasser
ByPass Paid Links (adf.ly , linkbuck, g.js ..)
ما هو Ketnooi Paid Link Bypasser؟
Ketnooi Paid Link Bypasser هو إضافة Chrome تم تطويرها بواسطة Ketnooi IT، والميزة الرئيسية لها هي "ByPass Paid Links (adf.ly , linkbuck, g.js ..)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ketnooi Paid Link Bypasser
قم بتنزيل ملفات الامتداد Ketnooi Paid Link Bypasser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |