Proxxy
Bypass blocked sites.
Was ist Proxxy?
Proxxy ist eine Chrome-Erweiterung, die von ImKyleJK entwickelt wurde, und ihr Hauptmerkmal ist "Bypass blocked sites.".
Erweiterungsscreenshots
Proxxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proxxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily bypass blocked sites in a matter of seconds!
Just click Proxxy and choose to enable or disable it! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkmekkeenjbmbhicelcanfnpdpnolgpo |
| Offizielle URL | https://chromewebstore.google.com/detail/proxxy/pkmekkeenjbmbhicelcanfnpdpnolgpo |
| Beschreibung | Bypass blocked sites. |
| Dateigröße | 65.82 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 0.1.4 |
| Letztes Update | 2021-06-21 |
| Veröffentlichungsdatum | 2021-06-21 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ImKyleJK |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |