Proxxy

Bypass blocked sites.

Wat is Proxxy?

Proxxy is een Chrome-extensie ontwikkeld door ImKyleJK, en de belangrijkste functie is "Bypass blocked sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Proxxy

Download Proxxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily bypass blocked sites in a matter of seconds!

Just click Proxxy and choose to enable or disable it!                    

Basisinformatie over de Extensie

Naam Proxxy Proxxy
ID pkmekkeenjbmbhicelcanfnpdpnolgpo
Officiële URL https://chromewebstore.google.com/detail/proxxy/pkmekkeenjbmbhicelcanfnpdpnolgpo
Beschrijving Bypass blocked sites.
Bestandsgrootte 65.82 KB
Aantal Installaties 18
Huidige Versie 0.1.4
Laatst Bijgewerkt 2021-06-21
Publicatiedatum 2021-06-21
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ImKyleJK
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}