Netflix Pause Removal

Remove the pause between netflix episodes

Netflix Pause Removalคืออะไร?

Netflix Pause Removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prescott Gallagher และคุณลักษณะหลักของมันคือ "Remove the pause between netflix episodes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Pause Removal

ดาวน์โหลดไฟล์ส่วนขยาย Netflix Pause Removal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session.

It's free once again, if you feel like donating;
https://www.paypal.me/PrescottGallagher

Versions & Updates:
1.2.1 : Graphical Updates / Bugfixes
1.2.0 : Patched Netflix December 2017 Update
1.1.0 : Patched Netflix March 2016 Update
1.0.2 : Speed & Efficiency Increased
1.0.1 : Initial Release                    

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

ชื่อ Netflix Pause Removal Netflix Pause Removal
ID mfekcpndbpdgjjfahekhncdfegkhbghg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg
คำอธิบาย Remove the pause between netflix episodes
ขนาดไฟล์ 11.93 KB
จำนวนการติดตั้ง 12,666
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-07-26
วันที่เผยแพร่ 2018-07-26
คะแนน 3.44/5 รวมทั้งหมด 185 คะแนน
ผู้พัฒนา Prescott Gallagher
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Pause Removal",
    "version": "1.2.1",
    "author": "Prescott Gallagher",
    "description": "Remove the pause between netflix episodes",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "short_name": "Netflix PR",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}