mangoext
A revolution in mango technology
mangoextとは何ですか?
mangoextはfatalis.erratumによって開発されたChromeの拡張機能で、その主な機能は「A revolution in mango technology」です。
拡張機能のスクリーンショット
mangoext拡張機能のCRXファイルをダウンロード
mangoext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read manga chapters without clicking. See website for details.
Currently supported sites: mangareader, mangafox, batoto, mymangaonline, kissmanga 拡張機能の基本情報
| 名前 | |
| ID | hlegniikogodchkaempnnkgkbejbpbnd |
| 公式URL | https://chrome.google.com/webstore/detail/mangoext/hlegniikogodchkaempnnkgkbejbpbnd |
| 説明 | A revolution in mango technology |
| ファイルサイズ | 27.41 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.5.0 |
| 最終更新日 | 2016-04-20 |
| 公開日 | 2016-04-20 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | fatalis.erratum |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/slikts/mangoext |
| ヘルプページのURL | https://github.com/slikts/mangoext/issues |
| 対応言語 | 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"
}
} | |