mangoext
A revolution in mango technology
Cos'è mangoext?
mangoext è un'estensione di Chrome sviluppata da fatalis.erratum, e la sua funzione principale è "A revolution in mango technology".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mangoext
Scarica i file di estensione mangoext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Read manga chapters without clicking. See website for details.
Currently supported sites: mangareader, mangafox, batoto, mymangaonline, kissmanga Informazioni di Base sull'Estensione
| Nome | |
| ID | hlegniikogodchkaempnnkgkbejbpbnd |
| URL Ufficiale | https://chrome.google.com/webstore/detail/mangoext/hlegniikogodchkaempnnkgkbejbpbnd |
| Descrizione | A revolution in mango technology |
| Dimensione del File | 27.41 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 0.5.0 |
| Ultimo Aggiornamento | 2016-04-20 |
| Data di Pubblicazione | 2016-04-20 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | fatalis.erratum |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/slikts/mangoext |
| URL della Pagina di Aiuto | https://github.com/slikts/mangoext/issues |
| Lingue Supportate | 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"
}
} | |