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"
            ]
        }
    ]
}