Nextflix

Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.

Nextflixคืออะไร?

Nextflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ukadev.com และคุณลักษณะหลักของมันคือ "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one."

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

screenshot

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

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

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

                        The easiest way to do it. This extension simulates a click on the "next episode" button via keyboard shortcut.                    

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

ชื่อ Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
คำอธิบาย Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
ขนาดไฟล์ 45.34 KB
จำนวนการติดตั้ง 409
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2020-12-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.ukadev.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nextflix",
    "author": "Diego Pazos ",
    "version": "1.2",
    "description": "Creates a simple shortcut to play the next netflix episode available. Just click \"N\" to go to the next one.",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "manifest_version": 3
}