Netflix Episode Shuffle

Play a random episode of a Netflix TV Show.

什麼是Netflix Episode Shuffle?

Netflix Episode Shuffle是由sajalv128開發的Chrome擴展程式,該擴展的主要功能是“Play a random episode of a Netflix TV Show.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Netflix Episode Shuffle擴展crx文件

下載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
官方網址 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"
    }
}