Netflix Channels

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

What is Netflix Channels?

Netflix Channels is a Chrome extension developed by http://jonost.me, and its main feature is "Create channels to watch random episodes of your favorite shows on Netflix.".

Extension Screenshots

screenshot

Download Netflix Channels Extension CRX File

Download Netflix Channels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Netflix Channels Netflix Channels
ID ddfeopklehndllmggeeckagkfigilonb
Official URL https://chrome.google.com/webstore/detail/netflix-channels/ddfeopklehndllmggeeckagkfigilonb
Description Create channels to watch random episodes of your favorite shows on Netflix.
File Size 153 KB
Installation Count 35
Current Version 0.0.1
Last Updated 2014-01-26
Publish Date 2014-01-26
Rating 3.50/5 Total 2 Ratings
Developer http://jonost.me
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}