Youtube Playlist Duration Calculator
Displays youtube playlist remaining watching time.
Youtube Playlist Duration Calculator क्या है?
Youtube Playlist Duration Calculator Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays youtube playlist remaining watching time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Playlist Duration Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension display the remaining watch time of any youtube playlist ! Source code : https://github.com/adblanc/youtube-playlist-duration
एक्सटेंशन की मूल जानकारी
नाम | Youtube Playlist Duration Calculator |
ID | flkamnloonejpkclncceejohhpfckldm |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm |
विवरण | Displays youtube playlist remaining watching time. |
फ़ाइल का आकार | 121 KB |
स्थापना संख्या | 429 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2020-03-23 |
प्रकाशन तिथि | 2020-03-23 |
रेटिंग | 2.00/5 कुल 10 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/adblanc/youtube-playlist-duration |
सहायता पृष्ठ URL | https://github.com/adblanc/youtube-playlist-duration |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "lib\/script.js" ] } ], "author": "Blanc Adrien" } |