Queue for Youtube
Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Queue for Youtube क्या है?
Queue for Youtube josephldailey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Queue for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Youtube Queue! Add a queue to the bottom of Youtube that you can build as you like. Features: Easily add any video to the end of the queue. Insert to play video next. Delete video. Clear queue. Control queue. FAQ Q: How is this different than the current way Youtube does queues. A: Instead of being limited to predetermined mixes/queues/playlists, you can build your own on the fly.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhjdamjdahimmmpdbbhbcljhkihdokpo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo |
विवरण | Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly. |
फ़ाइल का आकार | 462 KB |
स्थापना संख्या | 183 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2014-09-22 |
प्रकाशन तिथि | 2014-09-22 |
रेटिंग | 2.37/5 कुल 19 रेटिंग्स |
डेवलपर | josephldailey |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/style.css", "css\/font-awesome.min.css" ], "js": [ "jquery.min.js", "jstorage.js", "ytq.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } ], "description": "Adds queue feature to Youtube. Unlike the current Youtube queue\/playlist, this allows you to build your own queue on the fly.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Queue for Youtube", "version": "0.1.2" } |