Netflix Episode Shuffle

Play a random episode of a Netflix TV Show.

Netflix Episode Shuffle là gì?

Netflix Episode Shuffle là một tiện ích mở rộng Chrome được phát triển bởi sajalv128, và tính năng chính của nó là "Play a random episode of a Netflix TV Show.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix Episode Shuffle

Tải xuống các tệp mở rộng Netflix Episode Shuffle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix Episode Shuffle Netflix Episode Shuffle
ID lndeoibbeadhignkdegpiiaehliimpgf
URL Chính Thức https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf
Mô tả Play a random episode of a Netflix TV Show.
Kích Thước Tệp 25.21 KB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2022-10-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sajalv128
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sajalverma17/NetflixEpisodeShuffle
URL Trang Trợ Giúp https://github.com/sajalverma17/NetflixEpisodeShuffle
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}