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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Channels for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |