Proxer+
Amazing Tweaks for Proxer!
Cos'è Proxer+?
Proxer+ è un'estensione di Chrome sviluppata da CookieMichal, e la sua funzione principale è "Amazing Tweaks for Proxer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxer+
Scarica i file di estensione Proxer+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | icccalcipbambehbcaikekjokfbhpnko |
URL Ufficiale | https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko |
Descrizione | Amazing Tweaks for Proxer! |
Dimensione del File | 42.66 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.7.2 |
Ultimo Aggiornamento | 2016-02-20 |
Data di Pubblicazione | 2016-02-20 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | CookieMichal |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |