Netflix Randomizer
This extension will randomly select a TV show or Movie from the Netflix page you're viewing
什么是Netflix Randomizer?
Netflix Randomizer是由failing-gracefully开发的Chrome扩展程序,该扩展的主要功能是“This extension will randomly select a TV show or Movie from the Netflix page you're viewing”。
扩展截图
下载Netflix Randomizer扩展crx文件
下载Netflix Randomizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of choosing what to watch?
Let Netflix Randomizer choose for you!
github repo: https://github.com/bennyonline/Netflix-Randomiser 扩展基本信息
| 名称 | |
| ID | ddogenmagmhmcmijpjieekgackcegecn |
| 官方URL | https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn |
| 简介 | This extension will randomly select a TV show or Movie from the Netflix page you're viewing |
| 文件大小 | 17.95 KB |
| 安装次数 | 544 |
| 当前版本 | 2.1 |
| 更新时间 | 2018-03-21 |
| 上架时间 | 2018-03-21 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | failing-gracefully |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netflix Randomizer",
"description": "This extension will randomly select a TV show or Movie from the Netflix page you're viewing",
"version": "2.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "netflix.png",
"48": "netflix.png",
"128": "netflix.png"
},
"page_action": {
"default_icon": "netflix.png",
"default_popup": "popup.html"
},
"permissions": [
"declarativeContent",
"activeTab"
]
} | |