Queue for Netflix
Add queue functionality to Netflix (UK)
Queue for Netflix क्या है?
Queue for Netflix hulmey101 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add queue functionality to Netflix (UK)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Queue for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Netflix for UK is instant only and they haven't provided a queue. Using this app allows you to keep track of what you want to watch. The queue is local to Chrome and does not sync to your Netflix account. This is currently an early version. Development is ongoing and new features will be added. Update 22/01/13 - Titles are now displayed in order added. HOW TO USE Click on the extension icon in the address bar to view your queue. Play icon will start the title playing. Cross icon will remove the title from your queue. To add a title to your queue: Right click on a title's cover and select add to Netflix queue. Please feed back feature requests and issues!
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | epelcomdifbmlmgmaiadkgagjbobbnbl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/queue-for-netflix/epelcomdifbmlmgmaiadkgagjbobbnbl |
विवरण | Add queue functionality to Netflix (UK) |
फ़ाइल का आकार | 12.37 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-01-22 |
प्रकाशन तिथि | 2013-01-22 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | hulmey101 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Queue for Netflix", "version": "1.1", "description": "Add queue functionality to Netflix (UK)", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Queue for Netflix", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/movies.netflix.com\/*" ], "js": [ "queue_button.js" ] } ], "permissions": [ "tabs", "contextMenus", "storage" ], "manifest_version": 2 } |