Tabs Playlist for Youtube
Simply manage your "playlist" by ordering your youtube tabs.
Tabs Playlist for Youtube क्या है?
Tabs Playlist for Youtube Matthis de Wit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply manage your "playlist" by ordering your youtube tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs Playlist for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Install: Add te extension to Google Chrome and reload all your Youtube tabs. Usage: 1. Open one Youtube video tab, the video starts playing automatically (as usual) 2. Other Youtube video tabs will be paused when loaded 3. When the 1st Youtube tab is almost done, it will crossfade with the next Youtube tab. When you play another Youtube tab, all other Youtube tabs will be paused. Known bugs: Occassionally a video is not automatically paused, working on this...
एक्सटेंशन की मूल जानकारी
नाम | |
ID | naplcmgdmolcljbkjajgdnlpfjcdclpi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tabs-playlist-for-youtube/naplcmgdmolcljbkjajgdnlpfjcdclpi |
विवरण | Simply manage your "playlist" by ordering your youtube tabs. |
फ़ाइल का आकार | 72.74 KB |
स्थापना संख्या | 311 |
वर्तमान संस्करण | 0.0.1.0 |
अंतिम अपडेट | 2013-11-15 |
प्रकाशन तिथि | 2013-11-15 |
रेटिंग | 2.80/5 कुल 15 रेटिंग्स |
डेवलपर | Matthis de Wit |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Playlist for Youtube", "short_name": "TabPlaylistr", "version": "0.0.1.0", "manifest_version": 2, "description": "Simply manage your \"playlist\" by ordering your youtube tabs.", "icons": { "16": "image16.png", "48": "image48.png", "128": "image128.png" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/watch?*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "jquery.js", "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery.js", "youtube.js", "jquery.min.map" ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "ids": [ "*" ], "accepts_tls_channel_id": false }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Tabs Playlist for Youtube - enabled" } } |