Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Long Strip for MangaDex क्या है?
Long Strip for MangaDex iYung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a long strip reading mode to MangaDex"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Long Strip for MangaDex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | anjjhaohimjnndenopochpkdchdilccd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
विवरण | Add a long strip reading mode to MangaDex |
फ़ाइल का आकार | 11.68 KB |
स्थापना संख्या | 449 |
वर्तमान संस्करण | 0.0.0.8 |
अंतिम अपडेट | 2018-04-18 |
प्रकाशन तिथि | 2018-04-18 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | iYung |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |