Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Cos'è Open with FilterByPass?

Open with FilterByPass è un'estensione di Chrome sviluppata da ariel.neira, e la sua funzione principale è "Open URL with anonymous proxy FilterByPass".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Open with FilterByPass

Scarica i file di estensione Open with FilterByPass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Open URL with proxy anonymous FilterByPass in new tab.                    

Informazioni di Base sull'Estensione

Nome Open with FilterByPass Open with FilterByPass
ID hollnpocfebaogdnonkegckmfnpehiim
URL Ufficiale https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim
Descrizione Open URL with anonymous proxy FilterByPass
Dimensione del File 4.66 KB
Conteggio Installazioni 52
Versione Corrente 0.1
Ultimo Aggiornamento 2015-02-03
Data di Pubblicazione 2015-02-03
Sviluppatore ariel.neira
Tipo di Pagamento free
Lingue Supportate 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
}