ProxySoxy

Best extension for manage your own proxy and white-listed (for unblocking) websites

What is ProxySoxy?

ProxySoxy is a Chrome extension developed by ilyamedzhidov, and its main feature is "Best extension for manage your own proxy and white-listed (for unblocking) websites".

Extension Screenshots

screenshot
screenshot

Download ProxySoxy Extension CRX File

Download ProxySoxy 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

                        This extension will give you an awesome instrument for manage your own proxy with your favorite websites.                    

Extension Basic Information

Name ProxySoxy ProxySoxy
ID pikfipnojfimojohebhmogeojiakpmfp
Official URL https://chromewebstore.google.com/detail/proxysoxy/pikfipnojfimojohebhmogeojiakpmfp
Description Best extension for manage your own proxy and white-listed (for unblocking) websites
File Size 1.47 MB
Installation Count 40
Current Version 1.0.3
Last Updated 2020-06-09
Publish Date 2020-06-09
Rating 5.00/5 Total 1 Ratings
Developer ilyamedzhidov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProxySoxy",
    "version": "1.0.3",
    "description": "Best extension for manage your own proxy and white-listed (for unblocking) websites",
    "author": "medzhidov",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "storage",
        "proxy"
    ],
    "browser_action": {
        "default_title": "ProxySoxy - best custom proxy app",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}