Open with FilterByPass
Open URL with anonymous proxy FilterByPass
Co to jest Open with FilterByPass?
Open with FilterByPass to rozszerzenie Chrome opracowane przez ariel.neira, a jego główną funkcją jest „Open URL with anonymous proxy FilterByPass”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open with FilterByPass
Pobierz pliki rozszerzeń Open with FilterByPass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Open URL with proxy anonymous FilterByPass in new tab.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hollnpocfebaogdnonkegckmfnpehiim |
Oficjalny URL | https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim |
Opis | Open URL with anonymous proxy FilterByPass |
Rozmiar pliku | 4.66 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-02-03 |
Data Publikacji | 2015-02-03 |
Deweloper | ariel.neira |
Typ Płatności | free |
Obsługiwane Języki | 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 } |