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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}