Mangafox Beautify

Use js to accelerate and beautify MangaFox

什么是Mangafox Beautify?

Mangafox Beautify是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Use js to accelerate and beautify MangaFox”。

扩展截图

screenshot
screenshot

下载Mangafox Beautify扩展crx文件

下载Mangafox Beautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Mangafox Beautify Mangafox Beautify
ID hhnoogpphmnkhhiecjaojfflhhlgipmh
官方URL https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh
简介 Use js to accelerate and beautify MangaFox
文件大小 5.05 KB
安装次数 14
当前版本 0.7
更新时间 2014-06-06
上架时间 2014-06-05
开发者 Unknown
付费类型 free
支持的语言 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"
            ]
        }
    ]
}