Long Strip for MangaDex
Add a long strip reading mode to MangaDex
ما هو Long Strip for MangaDex؟
Long Strip for MangaDex هو إضافة Chrome تم تطويرها بواسطة iYung، والميزة الرئيسية لها هي "Add a long strip reading mode to MangaDex".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Long Strip for MangaDex
قم بتنزيل ملفات الامتداد Long Strip for MangaDex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |