Mangafox Beautify
Use js to accelerate and beautify MangaFox
Wat is Mangafox Beautify?
Mangafox Beautify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Use js to accelerate and beautify MangaFox".
Extensie Screenshots
Download het CRX-bestand van de extensie Mangafox Beautify
Download Mangafox Beautify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        - 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!)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hhnoogpphmnkhhiecjaojfflhhlgipmh | 
| Officiële URL | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh | 
| Beschrijving | Use js to accelerate and beautify MangaFox | 
| Bestandsgrootte | 5.05 KB | 
| Aantal Installaties | 14 | 
| Huidige Versie | 0.7 | 
| Laatst Bijgewerkt | 2014-06-06 | 
| Publicatiedatum | 2014-06-05 | 
| Ontwikkelaar | Unknown | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |