SR Proxy

Plugin for glype proxy server.

Was ist SR Proxy?

SR Proxy ist eine Chrome-Erweiterung, die von http://www.stefanoroberti.com entwickelt wurde, und ihr Hauptmerkmal ist "Plugin for glype proxy server.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SR Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie SR Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SR Proxy SR Proxy
ID ilceajapeoajdikhpacppgodliogmnkc
Offizielle URL https://chrome.google.com/webstore/detail/sr-proxy/ilceajapeoajdikhpacppgodliogmnkc
Beschreibung Plugin for glype proxy server.
Dateigröße 213 KB
Installationsanzahl 131
Aktuelle Version 1.1.0
Letztes Update 2014-05-12
Veröffentlichungsdatum 2014-05-12
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler http://www.stefanoroberti.com
Zahlungsart free
Erweiterungswebsite http://srproxy.stefanoroberti.com
Hilfeseite URL http://srproxy.stefanoroberti.com
Unterstützte Sprachen 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'"
}