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 ..)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ketnooi Paid Link Bypasser

Скачайте файлы расширений 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 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"
    }
}