Mangafox Beautify
Use js to accelerate and beautify MangaFox
What is Mangafox Beautify?
Mangafox Beautify is a Chrome extension developed by Unknown, and its main feature is "Use js to accelerate and beautify MangaFox".
Extension Screenshots
Download Mangafox Beautify Extension CRX File
Download Mangafox Beautify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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!)
Extension Basic Information
Name | Mangafox Beautify |
ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
Official URL | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
Description | Use js to accelerate and beautify MangaFox |
File Size | 5.05 KB |
Installation Count | 14 |
Current Version | 0.7 |
Last Updated | 2014-06-06 |
Publish Date | 2014-06-05 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |