Netflix Remote

Remote for Netflix!

Netflix Remoteคืออะไร?

Netflix Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://butttons.github.io/netflix-remote และคุณลักษณะหลักของมันคือ "Remote for Netflix!"

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

screenshot

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

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

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

                        Control your Netflix stream with your phone.

Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 
4. Scan the code OR enter the ID provided there.                    

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

ชื่อ Netflix Remote Netflix Remote
ID limeoeacpekfcanimjnnbgolggamkogd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd
คำอธิบาย Remote for Netflix!
ขนาดไฟล์ 52.43 KB
จำนวนการติดตั้ง 1,039
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-01-15
วันที่เผยแพร่ 2019-01-15
คะแนน 2.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://butttons.github.io/netflix-remote
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Remote for Netflix!",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "deps\/simplepeer.min.js",
                "deps\/socket.io.slim.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "popup\/images\/remote_16.png",
            "32": "popup\/images\/remote_32.png",
            "48": "popup\/images\/remote_48.png",
            "128": "popup\/images\/remote_128.png"
        }
    },
    "icons": {
        "16": "popup\/images\/remote_16.png",
        "32": "popup\/images\/remote_32.png",
        "48": "popup\/images\/remote_48.png",
        "128": "popup\/images\/remote_128.png"
    }
}