Playback Time Calculator | YouTube, Udemy
Calculate time by playback speed of video and playlist.
Playback Time Calculator | YouTube, Udemy क्या है?
Playback Time Calculator | YouTube, Udemy heesangbb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate time by playback speed of video and playlist."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Playback Time Calculator | YouTube, Udemy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension displays time by playback speed of videos and playlists. Features: Displays the time by playback speed of video. Displays the total playing time of the playlist(by playback speed). How to use: ⏱: Time is displayed by playback speed when you mouse over it. Caution: If there are more than 100 videos in the playlist, scroll down and it will be counted again when loading is complete. - youtube
एक्सटेंशन की मूल जानकारी
नाम | Playback Time Calculator | YouTube, Udemy |
ID | kgjhahmomjhljmdaifmfepffdeldmpmg |
आधिकारिक URL | https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg |
विवरण | Calculate time by playback speed of video and playlist. |
फ़ाइल का आकार | 13.22 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-08-26 |
प्रकाशन तिथि | 2022-08-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | heesangbb |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/heesangbb/playback-time-calculator-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playback Time Calculator | YouTube, Udemy", "description": "Calculate time by playback speed of video and playlist.", "version": "1.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.udemy.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle" } ], "icons": { "128": "\/assets\/icon_128.png" } } |