SR Proxy

Plugin for glype proxy server.

Что такое SR Proxy?

SR Proxy - это расширение Chrome, разработанное http://www.stefanoroberti.com, и его основная функция - "Plugin for glype proxy server.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SR Proxy

Скачайте файлы расширений 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'"
}