Zavy's Glype Proxy

Open this link in a personal Glype Proxy

What is Zavy's Glype Proxy?

Zavy's Glype Proxy is a Chrome extension developed by Zavy, and its main feature is "Open this link in a personal Glype Proxy".

Extension Screenshots

screenshot
screenshot

Download Zavy's Glype Proxy Extension CRX File

Download Zavy's Glype Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open a link in a personal Glype Proxy                    

Extension Basic Information

Name Zavy's Glype Proxy Zavy's Glype Proxy
ID fklpfplhlkaadefaimhnchhepajdfdcl
Official URL https://chromewebstore.google.com/detail/zavys-glype-proxy/fklpfplhlkaadefaimhnchhepajdfdcl
Description Open this link in a personal Glype Proxy
File Size 66.48 KB
Installation Count 15
Current Version 1.0.0
Last Updated 2018-05-15
Publish Date 2018-05-15
Rating 5.00/5 Total 1 Ratings
Developer Zavy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zavy's Glype Proxy",
    "short_name": "ZGP",
    "description": "Open this link in a personal Glype Proxy",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}