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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** 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 |
공식 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 } |