SR Proxy

Plugin for glype proxy server.

什麼是SR Proxy?

SR Proxy是由http://www.stefanoroberti.com開發的Chrome擴展程式,該擴展的主要功能是“Plugin for glype proxy server.”。

擴展截圖

screenshot
screenshot
screenshot

下載SR Proxy擴展crx文件

下載SR Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SR Proxy easy surfing through a Glype proxy.
Configure your Glype proxy and surf, it's simple. 
You can save to 6 URL in your bookmark in the SR Proxy favorites list.
Direct access to your Glype proxy starting from every URL, right mouse click and surf with SR Proxy.

SR Proxy fastest way to surf with a Glype proxy.


Version 1.1.0:
- add list server
- bugfix                    

擴展基本資訊

名稱 SR Proxy SR Proxy
ID ilceajapeoajdikhpacppgodliogmnkc
官方網址 https://chrome.google.com/webstore/detail/sr-proxy/ilceajapeoajdikhpacppgodliogmnkc
簡介 Plugin for glype proxy server.
檔案大小 213 KB
安裝次數 131
目前版本 1.1.0
更新時間 2014-05-12
上架時間 2014-05-12
評分 3.33/5 共 3 次評分
開發者 http://www.stefanoroberti.com
付費類型 free
擴展官網 http://srproxy.stefanoroberti.com
說明頁面URL http://srproxy.stefanoroberti.com
支援的語言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Stefano Roberti",
    "homepage_url": "http:\/\/srproxy.stefanoroberti.com",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "redirect.html",
        "images\/icon128.png",
        "images\/bg.png",
        "css\/redirect.css"
    ],
    "browser_action": {
        "default_title": "SR Proxy",
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}