Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Wat is Open with FilterByPass?

Open with FilterByPass is een Chrome-extensie ontwikkeld door ariel.neira, en de belangrijkste functie is "Open URL with anonymous proxy FilterByPass".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Open with FilterByPass

Download Open with FilterByPass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Open URL with proxy anonymous FilterByPass in new tab.                    

Basisinformatie over de Extensie

Naam Open with FilterByPass Open with FilterByPass
ID hollnpocfebaogdnonkegckmfnpehiim
Officiële URL https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim
Beschrijving Open URL with anonymous proxy FilterByPass
Bestandsgrootte 4.66 KB
Aantal Installaties 52
Huidige Versie 0.1
Laatst Bijgewerkt 2015-02-03
Publicatiedatum 2015-02-03
Ontwikkelaar ariel.neira
Betalingswijze free
Ondersteunde Talen 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
}