Random Netflix

Randomly choose something from your Netflix recommendations (listings page)

什么是Random Netflix?

Random Netflix是由Charles Bergeron开发的Chrome扩展程序,该扩展的主要功能是“Randomly choose something from your Netflix recommendations (listings page)”。

扩展截图

screenshot

下载Random Netflix扩展crx文件

下载Random Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Randomly choose something from your Netflix recommendations (listings page).

Changes:

Version 0.0.2: Now works with movies.netflix.com and www.netflix.com                    

扩展基本信息

名称 Random Netflix Random Netflix
ID mhpapeindnojoecpmkpbmdhgclalkkck
官方URL https://chromewebstore.google.com/detail/random-netflix/mhpapeindnojoecpmkpbmdhgclalkkck
简介 Randomly choose something from your Netflix recommendations (listings page)
文件大小 9.58 KB
安装次数 1,306
当前版本 0.0.2
更新时间 2014-02-03
上架时间 2014-02-02
评分 3.50/5 共4次评分
开发者 Charles Bergeron
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Netflix",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "description": "Randomly choose something from your Netflix recommendations (listings page)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/WiHome",
                "https:\/\/*.netflix.com\/WiHome"
            ],
            "js": [
                "lib\/random_netflix.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/chuckbergeron\/random-netflix-extension"
}