AllDayNetflix

This extension removes popup dialog on netflix asking to continue watching.

AllDayNetflixคืออะไร?

AllDayNetflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew และคุณลักษณะหลักของมันคือ "This extension removes popup dialog on netflix asking to continue watching."

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

screenshot

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

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

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

                        Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.

Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy!                    

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

ชื่อ AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
คำอธิบาย This extension removes popup dialog on netflix asking to continue watching.
ขนาดไฟล์ 49.2 KB
จำนวนการติดตั้ง 305
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-10
วันที่เผยแพร่ 2015-11-10
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Matthew
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.matthewlewis.ca
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "netflix.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*",
                "http:\/\/*.netflix.ca\/*",
                "https:\/\/*.netflix.ca\/*"
            ]
        }
    ],
    "author": "Matthew Lewis",
    "description": "This extension removes popup dialog on netflix asking to continue watching.",
    "manifest_version": 2,
    "name": "AllDayNetflix",
    "version": "1.0"
}