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"
            ]
        }
    ]
}