Duration Playlist for Youtube
Manage a duration playlist in youtube
Duration Playlist for Youtube क्या है?
Duration Playlist for Youtube arsalan.sosa2021 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage a duration playlist in youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Duration Playlist for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find the total playtime duration for a Youtube playlist. Want to know how long the Youtube playlist is for before you begin listening to the songs/music inside a Youtube playlist? You can do so now by installing our extension "Playlist Duration for Youtube". To begin using the software, simply do the following 1) Install our software extension 2) Go to the Youtube page which contains the Youtube Playlist 3) Click on our extension icon 4) Our software will calculate the total duration this Youtube playlist contains. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Duration Playlist for Youtube™ is not owned by,it is not licensed by and is not a subsidiary of Google Inc.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jceilcfnpieekibdjoohlmajalhigmjh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/duration-playlist-for-you/jceilcfnpieekibdjoohlmajalhigmjh |
विवरण | Manage a duration playlist in youtube |
फ़ाइल का आकार | 831 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-12-08 |
प्रकाशन तिथि | 2020-08-22 |
रेटिंग | 2.83/5 कुल 52 रेटिंग्स |
डेवलपर | arsalan.sosa2021 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "manifest_version": 2, "version": "1.0.0", "icons": { "16": "images\/video-16.png", "32": "images\/video-32.png", "48": "images\/video-48.png", "64": "images\/video-64.png", "128": "images\/video-128.png", "256": "images\/video-256.png" }, "background": { "scripts": [ "js\/update-conf.js", "js\/update.js" ] }, "permissions": [ "activeTab" ], "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true, "browser_action": { "default_title": "Youtube Duration", "default_popup": "popup.html" } } |