Netflix Remote

Control netflix from your phone!

Netflix Remoteคืออะไร?

Netflix Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chillremote และคุณลักษณะหลักของมันคือ "Control netflix from your phone!"

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

screenshot

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

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

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

                        This extension is required to use the Chillremote app to control Netflix.


1. Install Chillremote add-on
2. Install Chillremote app on your phone
3. Click on the Chillremote add-on icon to show your QR Code
4. Scan your QR code with the app                    

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

ชื่อ Netflix Remote Netflix Remote
ID kmngjlmolbambcjbefengjalhdaemcjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn
คำอธิบาย Control netflix from your phone!
ขนาดไฟล์ 222 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-03-23
วันที่เผยแพร่ 2019-03-23
ผู้พัฒนา chillremote
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Control netflix from your phone!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "auto_answer.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "qr.html",
        "default_icon": {
            "32": "icon.png",
            "48": "[email protected]",
            "128": "[email protected]"
        }
    },
    "manifest_version": 2
}