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.”。
擴展截圖
下載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 |
ID | ikfbeibdgkppafgfgegkelkjnadflifa |
官方網址 | 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 } |