8comic unlimit

瀏覽 8comit 不換頁

Cos'è 8comic unlimit?

8comic unlimit è un'estensione di Chrome sviluppata da bency80097, e la sua funzione principale è "瀏覽 8comit 不換頁".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 8comic unlimit

Scarica i file di estensione 8comic unlimit 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

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

Informazioni di Base sull'Estensione

Nome 8comic unlimit 8comic unlimit
ID paioodidofebolkhokfcagmhiencnfmp
URL Ufficiale https://chromewebstore.google.com/detail/8comic-unlimit/paioodidofebolkhokfcagmhiencnfmp
Descrizione 瀏覽 8comit 不換頁
Dimensione del File 133 KB
Conteggio Installazioni 157
Versione Corrente 1.7.1
Ultimo Aggiornamento 2019-01-13
Data di Pubblicazione 2019-01-13
Valutazione 4.80/5 Totale 15 Valutazioni
Sviluppatore bency80097
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}