Proxer+
Amazing Tweaks for Proxer!
Qu'est-ce que Proxer+ ?
Proxer+ est une extension Chrome développée par CookieMichal, et sa fonction principale est "Amazing Tweaks for Proxer!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxer+
Téléchargez les fichiers d'extension Proxer+ 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
This extension adds amazing Features to proxer.me Such as -Quick Navigate to My Mangas & Animes -whole manga chapter on 1 side Disclaimer: This extension is not affiliated to Proxer. Changelog: V1.0 Initial release V1.5 Added amazing features V1.6 Fixed 'extension corrupted' error V1.6.1 Fixed http/https protocols error V1.7 Image has been changed V1.7.1 Minor bug fixes V1.7.2 Removed popup
Informations de Base sur l'Extension
Nom | |
ID | icccalcipbambehbcaikekjokfbhpnko |
URL Officiel | https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko |
Description | Amazing Tweaks for Proxer! |
Taille du Fichier | 42.66 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.7.2 |
Dernière Mise à Jour | 2016-02-20 |
Date de Publication | 2016-02-20 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | CookieMichal |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxer+", "short_name": "Pp", "author": "Alexander Gratzl", "version": "1.7.2", "manifest_version": 2, "description": "Amazing Tweaks for Proxer!", "icons": { "256": "images\/chrome\/icon256.png" }, "permissions": [ "*:\/\/*.proxer.me\/*", "storage", "notifications", "contextMenus" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "javascript\/ProxerScript.js", "javascript\/proxermangareadertoptodown.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.proxer.me\/*", "*:\/\/proxer.me\/*" ], "js": [ "javascript\/ProxerContent.js" ], "run_at": "document_end" } ] } |