Ketnooi Paid Link Bypasser

ByPass Paid Links (adf.ly , linkbuck, g.js ..)

Was ist Ketnooi Paid Link Bypasser?

Ketnooi Paid Link Bypasser ist eine Chrome-Erweiterung, die von Ketnooi IT entwickelt wurde, und ihr Hauptmerkmal ist "ByPass Paid Links (adf.ly , linkbuck, g.js ..)".

Erweiterungsscreenshots

screenshot

Ketnooi Paid Link Bypasser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ketnooi Paid Link Bypasser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ketnooi Paid Link Bypasser Ketnooi Paid Link Bypasser
ID lmfmialbcmpnhcdldmonpbmcclhdnaie
Offizielle URL https://chromewebstore.google.com/detail/ketnooi-paid-link-bypasse/lmfmialbcmpnhcdldmonpbmcclhdnaie
Beschreibung ByPass Paid Links (adf.ly , linkbuck, g.js ..)
Dateigröße 70.39 KB
Installationsanzahl 736
Aktuelle Version 5.1
Letztes Update 2014-10-27
Veröffentlichungsdatum 2014-10-26
Bewertung 2.67/5 Insgesamt 9 Bewertungen
Entwickler Ketnooi IT
Zahlungsart free
Erweiterungswebsite http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html
Hilfeseite URL http://hotcss.blogspot.com/2014/08/adfly-lienscashcom-adfocus-bcvc.html
Unterstützte Sprachen 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"
    }
}