SR Proxy

Plugin for glype proxy server.

O que é SR Proxy?

SR Proxy é uma extensão do Chrome desenvolvida por http://www.stefanoroberti.com, e sua principal característica é "Plugin for glype proxy server.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SR Proxy

Baixe arquivos de extensão SR Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SR Proxy SR Proxy
ID ilceajapeoajdikhpacppgodliogmnkc
URL Oficial https://chrome.google.com/webstore/detail/sr-proxy/ilceajapeoajdikhpacppgodliogmnkc
Descrição Plugin for glype proxy server.
Tamanho do Arquivo 213 KB
Contagem de Instalações 131
Versão Atual 1.1.0
Última Atualização 2014-05-12
Data de Publicação 2014-05-12
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor http://www.stefanoroberti.com
Tipo de Pagamento free
Site da Extensão http://srproxy.stefanoroberti.com
URL da Página de Ajuda http://srproxy.stefanoroberti.com
Idiomas Suportados 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'"
}