Netflix Channels

Create channels to watch random episodes of your favorite shows on Netflix.

什么是Netflix Channels?

Netflix Channels是由http://jonost.me开发的Chrome扩展程序,该扩展的主要功能是“Create channels to watch random episodes of your favorite shows on Netflix.”。

扩展截图

screenshot

下载Netflix Channels扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Netflix Channels Netflix Channels
ID ddfeopklehndllmggeeckagkfigilonb
官方URL https://chrome.google.com/webstore/detail/netflix-channels/ddfeopklehndllmggeeckagkfigilonb
简介 Create channels to watch random episodes of your favorite shows on Netflix.
文件大小 153 KB
安装次数 35
当前版本 0.0.1
更新时间 2014-01-26
上架时间 2014-01-26
评分 3.50/5 共2次评分
开发者 http://jonost.me
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Channels",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Create channels to watch random episodes of your favorite shows on Netflix.",
    "homepage_url": "http:\/\/jonost.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Channels",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/WiMovie\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}