Tab Playlist for YouTube™
Lets you make a playlist by simply lining up tabs
Tab Playlist for YouTube™ क्या है?
Tab Playlist for YouTube™ metarmask द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you make a playlist by simply lining up tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Playlist for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch. Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 . Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)
एक्सटेंशन की मूल जानकारी
नाम | Tab Playlist for YouTube™ |
ID | ikogidhhmokakdcclccipjnfohibicbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh |
विवरण | Lets you make a playlist by simply lining up tabs |
फ़ाइल का आकार | 1.49 MB |
स्थापना संख्या | 1,135 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2018-07-15 |
प्रकाशन तिथि | 2018-07-15 |
रेटिंग | 4.32/5 कुल 25 रेटिंग्स |
डेवलपर | metarmask |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/metarmask/tab-playlist/ |
सहायता पृष्ठ URL | https://github.com/metarmask/tab-playlist/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Playlist for YouTube\u2122", "short_name": "Tab Playlist", "version": "0.3", "description": "Lets you make a playlist by simply lining up tabs", "author": "\/u\/metarmask", "icons": { "128": "images\/extension\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "declarativeContent", "https:\/\/www.youtube.com\/" ], "page_action": { "default_icon": "images\/pageAction\/disabled.png", "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one." }, "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "content-script-js-accesser.js" ] } |