Open with FilterByPass
Open URL with anonymous proxy FilterByPass
什麼是Open with FilterByPass?
Open with FilterByPass是由ariel.neira開發的Chrome擴展程式,該擴展的主要功能是“Open URL with anonymous proxy FilterByPass”。
擴展截圖
下載Open with FilterByPass擴展crx文件
下載Open with FilterByPass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open URL with proxy anonymous FilterByPass in new tab.
擴展基本資訊
名稱 | |
ID | hollnpocfebaogdnonkegckmfnpehiim |
官方網址 | https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim |
簡介 | Open URL with anonymous proxy FilterByPass |
檔案大小 | 4.66 KB |
安裝次數 | 52 |
目前版本 | 0.1 |
更新時間 | 2015-02-03 |
上架時間 | 2015-02-03 |
開發者 | ariel.neira |
付費類型 | free |
支援的語言 | 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 } |