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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mangareader Full Chapter Loader Mangareader Full Chapter Loader
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"
}