Long Strip for MangaDex

Add a long strip reading mode to MangaDex

Apa itu Long Strip for MangaDex?

Long Strip for MangaDex adalah ekstensi Chrome yang dikembangkan oleh iYung, dan fitur utamanya adalah "Add a long strip reading mode to MangaDex".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Long Strip for MangaDex

Unduh file ekstensi Long Strip for MangaDex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Bring long strip reading to MangaDex! Long strip reading can be enabled and disabled through a button to the right of the manga navigation dropdowns. Going from chapter to chapter can be down through buttons on the bottom left or the arrow keys.

--Now works on mangadex.org                    

Informasi Dasar Ekstensi

Nama Long Strip for MangaDex Long Strip for MangaDex
ID anjjhaohimjnndenopochpkdchdilccd
URL Resmi https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd
Deskripsi Add a long strip reading mode to MangaDex
Ukuran File 11.68 KB
Jumlah Instalasi 449
Versi Saat Ini 0.0.0.8
Terakhir Diperbarui 2018-04-18
Tanggal Publikasi 2018-04-18
Penilaian 4.89/5 Total 9 Penilaian
Pengembang iYung
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Long Strip for MangaDex",
    "version": "0.0.0.8",
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "Add a long strip reading mode to MangaDex",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mangadex.org\/chapter\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}