Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

Netflix Play/Pause Anywhereคืออะไร?

Netflix Play/Pause Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Flego และคุณลักษณะหลักของมันคือ "Play and pause Netflix playback by clicking anywhere on the video"

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

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

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

                        Like YouTube, click on the video to play and pause it.

15/03/2018:
Version 1.2
- Fixed "no refresh" bug
- More of video screen is clickable (beside controls)

03/10/2017:
Version 1.1
 - Updated to suit new player                    

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

ชื่อ Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
คำอธิบาย Play and pause Netflix playback by clicking anywhere on the video
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-03-15
วันที่เผยแพร่ 2018-03-15
คะแนน 4.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Luke Flego
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lukeflego.com/projects/netflix-playpause-anywhere/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Play\/Pause Anywhere",
    "short_name": "NPPA",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Play and pause Netflix playback by clicking anywhere on the video",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "nppa.js"
            ],
            "css": [
                "nppa.css"
            ]
        }
    ]
}