Mangareader Full Chapter Loader
This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…
ما هو Mangareader Full Chapter Loader؟
Mangareader Full Chapter Loader هو إضافة Chrome تم تطويرها بواسطة hourglasseye، والميزة الرئيسية لها هي "This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…".
تحميل ملف CRX للإضافة Mangareader Full Chapter Loader
قم بتنزيل ملفات الامتداد Mangareader Full Chapter Loader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more clicking "next", just scroll down! معلومات أساسية عن التمديد
| الاسم | |
| ID | peghooikhaciaaendegjcekpeenhoojm |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm |
| الوصف | This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more… |
| حجم الملف | 3.71 KB |
| عدد التثبيتات | 282 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2014-06-12 |
| تاريخ النشر | 2014-06-12 |
| تقييم | 3.57/5 مجموع تقييمات 7 |
| المطور | hourglasseye |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"http:\/\/www.mangareader.net\/*\/*"
],
"run_at": "document_idle"
}
],
"description": "",
"name": "Mangareader Full Chapter Loader",
"version": "1.1"
} | |