Mangafox Beautify
Use js to accelerate and beautify MangaFox
Cos'è Mangafox Beautify?
Mangafox Beautify è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Use js to accelerate and beautify MangaFox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mangafox Beautify
Scarica i file di estensione Mangafox Beautify 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
- Press "F" to toggle gallery view / Normal View - Adds are removed - Previous and Next image are in cache - Automatic resize of the image to fit your screen - No page reload (image and url are changed in javascript for an INSTANTANEOUS visualisation!)
Informazioni di Base sull'Estensione
Nome | Mangafox Beautify |
ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
URL Ufficiale | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
Descrizione | Use js to accelerate and beautify MangaFox |
Dimensione del File | 5.05 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2014-06-06 |
Data di Pubblicazione | 2014-06-05 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mangafox Beautify", "description": "Use js to accelerate and beautify MangaFox", "version": "0.7", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.mangafox.me\/*", "*:\/\/mangafox.me\/*" ], "js": [ "setjsgallery.js" ] } ] } |