8comic unlimit

瀏覽 8comit 不換頁

What is 8comic unlimit?

8comic unlimit is a Chrome extension developed by bency80097, and its main feature is "瀏覽 8comit 不換頁".

Extension Screenshots

screenshot
screenshot

Download 8comic unlimit Extension CRX File

Download 8comic unlimit 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

                        看漫畫時最討厭每換一頁就要找下一頁的按鈕在哪裡
這個外掛能讓你無限瀏覽 8comic 的漫畫
自動載入下一頁、下一話
不用為了找下一頁的按扭而惱火
2019-01-13 移除多餘的檔案,降低外掛大小
2019-01-08 解決部分漫畫載入失敗的問題
2017-09-03 解決載入失敗的問題
2017-07-28 修正被封鎖的問題
2016-03-19 更新漫畫網址                    

Extension Basic Information

Name 8comic unlimit 8comic unlimit
ID paioodidofebolkhokfcagmhiencnfmp
Official URL https://chromewebstore.google.com/detail/8comic-unlimit/paioodidofebolkhokfcagmhiencnfmp
Description 瀏覽 8comit 不換頁
File Size 133 KB
Installation Count 157
Current Version 1.7.1
Last Updated 2019-01-13
Publish Date 2019-01-13
Rating 4.80/5 Total 15 Ratings
Developer bency80097
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8comic unlimit",
    "short_name": "unlimit",
    "version": "1.7.1",
    "description": "\u700f\u89bd 8comit \u4e0d\u63db\u9801",
    "icons": {
        "16": "16_16_c.png",
        "48": "48_48_c.png",
        "64": "64_64_c.png",
        "128": "128_128_c.png"
    },
    "permissions": [
        "https:\/\/www.comicvip.com\/show\/*",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "block.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/v.comicbus.com\/online\/*",
                "https:\/\/v.nowcomic.com\/online\/*",
                "http:\/\/18h.mm-cg.com\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "sp.js",
                "spp.js",
                "jquery.js",
                "myscript.js",
                "mmcg.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "*.mp3",
        "*.json"
    ]
}