Netflix Shuffle
Netflix Shuffle
什么是Netflix Shuffle?
Netflix Shuffle是由Josh Kopman开发的Chrome扩展程序,该扩展的主要功能是“Netflix Shuffle”。
扩展截图
下载Netflix Shuffle扩展crx文件
下载Netflix Shuffle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An Extension To Randomize Netflix Episodes For Any Available TV Show
扩展基本信息
名称 | Netflix Shuffle |
ID | picodpeiiabpnlbhopebfdmnlkopeolk |
官方URL | https://chromewebstore.google.com/detail/netflix-shuffle/picodpeiiabpnlbhopebfdmnlkopeolk |
简介 | Netflix Shuffle |
文件大小 | 17.78 KB |
安装次数 | 36 |
当前版本 | 1.3 |
更新时间 | 2021-01-13 |
上架时间 | 2020-04-18 |
评分 | 3.00/5 共1次评分 |
开发者 | Josh Kopman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Shuffle", "author": "Josh Kopman", "version": "1.3", "description": "Netflix Shuffle", "permissions": [ "activeTab", "tabs", "https:\/\/www.netflix.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/enabled.png", "32": "icons\/enabled.png", "48": "icons\/enabled.png", "128": "icons\/enabled.png" }, "browser_action": { "default_icon": "icons\/enabled.png" }, "manifest_version": 2 } |