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
官方URL 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'"
}