Mangafox Beautify

Use js to accelerate and beautify MangaFox

Qu'est-ce que Mangafox Beautify ?

Mangafox Beautify est une extension Chrome développée par Unknown, et sa fonction principale est "Use js to accelerate and beautify MangaFox".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Mangafox Beautify

Téléchargez les fichiers d'extension Mangafox Beautify 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

                        - 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!)                    

Informations de Base sur l'Extension

Nom Mangafox Beautify Mangafox Beautify
ID hhnoogpphmnkhhiecjaojfflhhlgipmh
URL Officiel https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh
Description Use js to accelerate and beautify MangaFox
Taille du Fichier 5.05 KB
Nombre d'Installations 14
Version Actuelle 0.7
Dernière Mise à Jour 2014-06-06
Date de Publication 2014-06-05
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}