Proxxy
Bypass blocked sites.
Qu'est-ce que Proxxy ?
Proxxy est une extension Chrome développée par ImKyleJK, et sa fonction principale est "Bypass blocked sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxxy
Téléchargez les fichiers d'extension Proxxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Easily bypass blocked sites in a matter of seconds! Just click Proxxy and choose to enable or disable it!
Informations de Base sur l'Extension
Nom | Proxxy |
ID | pkmekkeenjbmbhicelcanfnpdpnolgpo |
URL Officiel | https://chromewebstore.google.com/detail/proxxy/pkmekkeenjbmbhicelcanfnpdpnolgpo |
Description | Bypass blocked sites. |
Taille du Fichier | 65.82 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2021-06-21 |
Date de Publication | 2021-06-21 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | ImKyleJK |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |