Mangastream 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 Mangastream - no more…

Mangastream Full Chapter Loaderคืออะไร?

Mangastream 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 Mangastream - no more…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mangastream Full Chapter Loader

ดาวน์โหลดไฟล์ส่วนขยาย Mangastream 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 Mangastream - no more clicking "next", just scroll down!

Update notes:
* 1.9 - Removed the feature where even the ads are stripped from the page, just to be fair to Mangastream.
* 1.8 - Added more URL matches                    

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

ชื่อ Mangastream Full Chapter Loader Mangastream Full Chapter Loader
ID gblfgoppjdndpbndeondapihbagniipj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mangastream-full-chapter/gblfgoppjdndpbndeondapihbagniipj
คำอธิบาย This is a script that will load all the pages of a chapter instead of one page when reading a manga at Mangastream - no more…
ขนาดไฟล์ 4.6 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2017-12-09
วันที่เผยแพร่ 2017-12-09
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา hourglasseye
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.mangastream.com\/r\/*\/*\/*\/*",
                "http:\/\/www.mangastream.com\/r\/*\/*\/*\/*",
                "https:\/\/mangastream.com\/r\/*\/*\/*\/*",
                "http:\/\/mangastream.com\/r\/*\/*\/*\/*",
                "https:\/\/www.readms.net\/r\/*\/*\/*\/*",
                "http:\/\/www.readms.net\/r\/*\/*\/*\/*",
                "https:\/\/readms.net\/r\/*\/*\/*\/*",
                "http:\/\/readms.net\/r\/*\/*\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4brJjkgh8UpJ6QQwMf\/jpXgewdAe8quFF94pkpakhG0hHY7\/QDl+g6YYhrd2SOifM+uJy46A3bX5J6zLMqQE2Nac9xxsMiRuaDOebT06ojT9jGKdNVK97NZIbhJsOjUkPUMA4h4Rm\/XjHalNrUvdOZMawbLylOo6xy4hfM+sISdROOkpuUUuVn8k9QtY\/ubyGKYyyqwRmn4wkXvs1Ksi1LIk5GFPUF22ZdeNmwzmEvsjEc6joWNDaRyiskh10H8R1VwY5mVpZ1+WpDZS6LywUf8Wgw4qqHR35QtimqP4Q5tD+o+IycBxh8WpXLfoaVBpCqeH++eK5\/vbIocUIcrmpwIDAQAB",
    "manifest_version": 2,
    "name": "Mangastream Full Chapter Loader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.1"
}