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'"
}