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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}