Mangafox Beautify
Use js to accelerate and beautify MangaFox
Hvad er Mangafox Beautify?
Mangafox Beautify er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Use js to accelerate and beautify MangaFox".
Udvidelsesskærmbilleder
Download Mangafox Beautify-udvidelses-CRX-fil
Download Mangafox Beautify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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!)
Grundlæggende oplysninger om udvidelsen
Navn | Mangafox Beautify |
ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
Officiel URL | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
Beskrivelse | Use js to accelerate and beautify MangaFox |
Filstørrelse | 5.05 KB |
Antal Installationer | 14 |
Nuværende Version | 0.7 |
Senest Opdateret | 2014-06-06 |
Udgivelsesdato | 2014-06-05 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |