Open with FilterByPass
Open URL with anonymous proxy FilterByPass
What is Open with FilterByPass?
Open with FilterByPass is a Chrome extension developed by ariel.neira, and its main feature is "Open URL with anonymous proxy FilterByPass".
Extension Screenshots
Download Open with FilterByPass Extension CRX File
Download Open with FilterByPass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open URL with proxy anonymous FilterByPass in new tab.
Extension Basic Information
Name | |
ID | hollnpocfebaogdnonkegckmfnpehiim |
Official URL | https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim |
Description | Open URL with anonymous proxy FilterByPass |
File Size | 4.66 KB |
Installation Count | 52 |
Current Version | 0.1 |
Last Updated | 2015-02-03 |
Publish Date | 2015-02-03 |
Developer | ariel.neira |
Payment Type | free |
Supported Languages | 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 } |