Channels for Netflix

Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.

Channels for Netflixとは何ですか?

Channels for NetflixはEvan Francisによって開発されたChromeの拡張機能で、その主な機能は「Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Channels for Netflix拡張機能のCRXファイルをダウンロード

Channels for Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ** Just updated with new features! Now you can set a channel to play its episodes in order or shuffled. **

Channels for Netflix allows you to create your own "channels" on Netflix. Playing a "channel" enables you to watch episodes from more than one TV show back-to-back.

Simply right-click on a TV show's tile image to bring up a menu for My Channels, and choose a channel to save it to. Create a channel by clicking the "+Manage" button in the My Channels menu.

** Disclaimer**
This extension is in no way affiliated with Netflix. Only guaranteed to work in US region.                    

拡張機能の基本情報

名前 Channels for Netflix Channels for Netflix
ID ikfbeibdgkppafgfgegkelkjnadflifa
公式URL https://chromewebstore.google.com/detail/channels-for-netflix/ikfbeibdgkppafgfgegkelkjnadflifa
説明 Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.
ファイルサイズ 128 KB
インストール数 150
現在のバージョン 0.7.1
最終更新日 2015-10-05
公開日 2015-10-05
評価 3.18/5 合計 17 レビュー
開発者 Evan Francis
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Channels for Netflix",
    "short_name": "Channels for Netflix",
    "version": "0.7.1",
    "description": "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back. ",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "http:\/\/www.netflix.com\/watch\/*",
                "https:\/\/www.netflix.com\/watch\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.contextMenu.js",
                "contentscript.js"
            ],
            "css": [
                "jquery.contextMenu.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}