Netflix Episode Shuffle

Play a random episode of a Netflix TV Show.

Netflix Episode Shuffleคืออะไร?

Netflix Episode Shuffle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sajalv128 และคุณลักษณะหลักของมันคือ "Play a random episode of a Netflix TV Show."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        When you don't care which episode of your favourite TV series you want to watch, because any one of them is better than the others! Click on the TV series, and then click on the Extension's button. A random episode of that TV series will be played.

[Demo](https://user-images.githubusercontent.com/25904133/239355302-9ce7b70d-9194-4702-a558-e4c941f59d11.gif)                    

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

ชื่อ Netflix Episode Shuffle Netflix Episode Shuffle
ID lndeoibbeadhignkdegpiiaehliimpgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf
คำอธิบาย Play a random episode of a Netflix TV Show.
ขนาดไฟล์ 25.21 KB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2022-10-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา sajalv128
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sajalverma17/NetflixEpisodeShuffle
URL หน้าช่วยเหลือ https://github.com/sajalverma17/NetflixEpisodeShuffle
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Episode Shuffle",
    "description": "Play a random episode of a Netflix TV Show.",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/red-shuffle.png",
        "48": "images\/red-shuffle.png",
        "128": "images\/red-shuffle.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/red-shuffle.png",
            "48": "images\/red-shuffle.png",
            "128": "images\/red-shuffle.png"
        },
        "default_title": "Shuffle this TV Show!"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}