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 |
| 官方網址 | 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"
}
} | |