Proxxy

Bypass blocked sites.

What is Proxxy?

Proxxy is a Chrome extension developed by ImKyleJK, and its main feature is "Bypass blocked sites.".

Extension Screenshots

screenshot

Download Proxxy Extension CRX File

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

                        Easily bypass blocked sites in a matter of seconds!

Just click Proxxy and choose to enable or disable it!                    

Extension Basic Information

Name Proxxy Proxxy
ID pkmekkeenjbmbhicelcanfnpdpnolgpo
Official URL https://chromewebstore.google.com/detail/proxxy/pkmekkeenjbmbhicelcanfnpdpnolgpo
Description Bypass blocked sites.
File Size 65.82 KB
Installation Count 18
Current Version 0.1.4
Last Updated 2021-06-21
Publish Date 2021-06-21
Rating 1.00/5 Total 1 Ratings
Developer ImKyleJK
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 2,
    "offline_enabled": true,
    "name": "Proxxy",
    "short_name": "proxxy",
    "permissions": [
        "proxxy",
        "storage",
        "notifications"
    ],
    "optional_permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "Bypass blocked sites.",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/proxy.js",
            "lib\/config.js",
            "lib\/chrome.js",
            "lib\/runtime.js",
            "lib\/webrequest.js",
            "lib\/common.js"
        ]
    },
    "browser_action": {
        "default_title": "Proxxy",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}