Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Co je Open with FilterByPass?

Open with FilterByPass je rozšíření Chrome vyvinuté ariel.neira, a jeho hlavní funkcí je „Open URL with anonymous proxy FilterByPass“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Open with FilterByPass

Stáhněte si soubory rozšíření Open with FilterByPass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Open URL with proxy anonymous FilterByPass in new tab.                    

Základní Informace o Rozšíření

Název Open with FilterByPass Open with FilterByPass
ID hollnpocfebaogdnonkegckmfnpehiim
Oficiální URL https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim
Popis Open URL with anonymous proxy FilterByPass
Velikost souboru 4.66 KB
Počet instalací 52
Aktuální Verze 0.1
Poslední Aktualizace 2015-02-03
Datum Vydání 2015-02-03
Vývojář ariel.neira
Typ Platby free
Podporované Jazyky es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with FilterByPass",
    "description": "Open URL with anonymous proxy FilterByPass",
    "version": "0.1",
    "author": "[email protected]",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "fbp.png",
        "default_title": "Open current tab with FilterByPass"
    },
    "icons": {
        "16": "fbp.png"
    },
    "manifest_version": 2
}