mangoext
A revolution in mango technology
What is mangoext?
mangoext is a Chrome extension developed by fatalis.erratum, and its main feature is "A revolution in mango technology".
Extension Screenshots
Download mangoext Extension CRX File
Download mangoext 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
Read manga chapters without clicking. See website for details. Currently supported sites: mangareader, mangafox, batoto, mymangaonline, kissmanga
Extension Basic Information
Name | |
ID | hlegniikogodchkaempnnkgkbejbpbnd |
Official URL | https://chrome.google.com/webstore/detail/mangoext/hlegniikogodchkaempnnkgkbejbpbnd |
Description | A revolution in mango technology |
File Size | 27.41 KB |
Installation Count | 27 |
Current Version | 0.5.0 |
Last Updated | 2016-04-20 |
Publish Date | 2016-04-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | fatalis.erratum |
Payment Type | free |
Extension Website | https://github.com/slikts/mangoext |
Help Page URL | https://github.com/slikts/mangoext/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mangoext", "description": "A revolution in mango technology", "version": "0.5.0", "content_scripts": [ { "matches": [ "*:\/\/*.mangareader.net\/*" ], "css": [ "common.css", "mangoreader.css" ], "js": [ "common.js", "mangoreader.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.mangafox.me\/*" ], "css": [ "common.css", "mangofox.css" ], "js": [ "common.js", "mangofox.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.bato.to\/*" ], "css": [ "common.css", "batoto.css" ], "js": [ "common.js", "batoto.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.kissmanga.com\/*" ], "css": [ "common.css", "kissmango.css" ], "js": [ "common.js", "kissmango.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.mymangaonline.us\/*" ], "css": [ "common.css", "mymango.css" ], "js": [ "common.js", "mymango.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.mangastream.com\/*" ], "css": [ "common.css", "mangostream.css" ], "js": [ "common.js", "mangostream.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.mangapark.me\/*" ], "css": [ "common.css", "mangopark.css" ], "js": [ "common.js", "mangopark.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.mangamint.com\/*" ], "css": [ "common.css", "mangomint.css" ], "js": [ "common.js", "mangomint.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |