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.”。
扩展截图
下载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 |
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" } } |