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 ..)」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}