mangoext
A revolution in mango technology
Qu'est-ce que mangoext ?
mangoext est une extension Chrome développée par fatalis.erratum, et sa fonction principale est "A revolution in mango technology".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mangoext
Téléchargez les fichiers d'extension mangoext 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
Read manga chapters without clicking. See website for details. Currently supported sites: mangareader, mangafox, batoto, mymangaonline, kissmanga
Informations de Base sur l'Extension
Nom | |
ID | hlegniikogodchkaempnnkgkbejbpbnd |
URL Officiel | https://chrome.google.com/webstore/detail/mangoext/hlegniikogodchkaempnnkgkbejbpbnd |
Description | A revolution in mango technology |
Taille du Fichier | 27.41 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2016-04-20 |
Date de Publication | 2016-04-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | fatalis.erratum |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/slikts/mangoext |
URL de la Page d'Aide | https://github.com/slikts/mangoext/issues |
Langues Prises en Charge | 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" } } |