Playlist
Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at.
Playlist क्या है?
Playlist bluesh8dz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Playlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows to create a playlist of pages. It will automatically go to the next page after a video or audio in the page has finished playing (working with Youtube™ and SoundCloud®). It allows to do these following commands: - Create a playlist of pages - Add current active page to the playlist (Alt+A) - Start playing the playlist in the current active tab by choosing a link in the list (Alt+S) - Start playing the playlist in a new pinned tab by clicking on the logo (Alt+Shift+S) - Choose to shuffle playlist play - Choose to loop playlist play - Reveal playlist in popup (Alt+R) - Play/Pause the playlist (MediaPlayPause or Alt+S) - Go to Next page (MediaNext) - Go to previous page (MediaPrevious) All these commands can be assigned to a custom shortcut. Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cggmpffhgmghfncamcbijdgdplibbagn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cggmpffhgmghfncamcbijdgdplibbagn |
विवरण | Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at. |
फ़ाइल का आकार | 35.87 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2020-03-18 |
प्रकाशन तिथि | 2020-03-17 |
डेवलपर | bluesh8dz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playlist", "short_name": "Playlist", "version": "0.0.8", "manifest_version": 2, "description": "Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at.", "author": "Sh8dz", "icons": { "16": "icons\/PL16.png", "48": "icons\/PL48.png", "128": "icons\/PL128.png" }, "browser_action": { "default_title": "Playlist", "default_popup": "popup\/index.html" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ " |