SR Proxy

Plugin for glype proxy server.

SR Proxy là gì?

SR Proxy là một tiện ích mở rộng Chrome được phát triển bởi http://www.stefanoroberti.com, và tính năng chính của nó là "Plugin for glype proxy server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SR Proxy

Tải xuống các tệp mở rộng SR Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SR Proxy SR Proxy
ID ilceajapeoajdikhpacppgodliogmnkc
URL Chính Thức https://chrome.google.com/webstore/detail/sr-proxy/ilceajapeoajdikhpacppgodliogmnkc
Mô tả Plugin for glype proxy server.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2014-05-12
Ngày Phát Hành 2014-05-12
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.stefanoroberti.com
Loại Thanh Toán free
Trang Web Mở Rộng http://srproxy.stefanoroberti.com
URL Trang Trợ Giúp http://srproxy.stefanoroberti.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}