Zavy's Glype Proxy
Open this link in a personal Glype Proxy
Qu'est-ce que Zavy's Glype Proxy ?
Zavy's Glype Proxy est une extension Chrome développée par Zavy, et sa fonction principale est "Open this link in a personal Glype Proxy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zavy's Glype Proxy
Téléchargez les fichiers d'extension Zavy's Glype Proxy 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
Open a link in a personal Glype Proxy
Informations de Base sur l'Extension
Nom | Zavy's Glype Proxy |
ID | fklpfplhlkaadefaimhnchhepajdfdcl |
URL Officiel | https://chromewebstore.google.com/detail/zavys-glype-proxy/fklpfplhlkaadefaimhnchhepajdfdcl |
Description | Open this link in a personal Glype Proxy |
Taille du Fichier | 66.48 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-05-15 |
Date de Publication | 2018-05-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Zavy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zavy's Glype Proxy", "short_name": "ZGP", "description": "Open this link in a personal Glype Proxy", "version": "1.0.0", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |