Long Strip for MangaDex

Add a long strip reading mode to MangaDex

What is Long Strip for MangaDex?

Long Strip for MangaDex is a Chrome extension developed by iYung, and its main feature is "Add a long strip reading mode to MangaDex".

Extension Screenshots

screenshot
screenshot

Download Long Strip for MangaDex Extension CRX File

Download Long Strip for MangaDex 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

                        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                    

Extension Basic Information

Name Long Strip for MangaDex Long Strip for MangaDex
ID anjjhaohimjnndenopochpkdchdilccd
Official URL https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd
Description Add a long strip reading mode to MangaDex
File Size 11.68 KB
Installation Count 449
Current Version 0.0.0.8
Last Updated 2018-04-18
Publish Date 2018-04-18
Rating 4.89/5 Total 9 Ratings
Developer iYung
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}