SR Proxy

Plugin for glype proxy server.

Cos'è SR Proxy?

SR Proxy è un'estensione di Chrome sviluppata da http://www.stefanoroberti.com, e la sua funzione principale è "Plugin for glype proxy server.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SR Proxy

Scarica i file di estensione SR Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SR Proxy SR Proxy
ID ilceajapeoajdikhpacppgodliogmnkc
URL Ufficiale https://chrome.google.com/webstore/detail/sr-proxy/ilceajapeoajdikhpacppgodliogmnkc
Descrizione Plugin for glype proxy server.
Dimensione del File 213 KB
Conteggio Installazioni 131
Versione Corrente 1.1.0
Ultimo Aggiornamento 2014-05-12
Data di Pubblicazione 2014-05-12
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore http://www.stefanoroberti.com
Tipo di Pagamento free
Sito Web dell'Estensione http://srproxy.stefanoroberti.com
URL della Pagina di Aiuto http://srproxy.stefanoroberti.com
Lingue Supportate 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'"
}