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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}