Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
Time Saver for YouTube क्या है?
Time Saver for YouTube Julian Acosta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the time saved when the playback speed of a YouTube video is adjusted."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Time Saver for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
विवरण | Display the time saved when the playback speed of a YouTube video is adjusted. |
फ़ाइल का आकार | 5.33 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 0.0.0.3 |
अंतिम अपडेट | 2023-03-17 |
प्रकाशन तिथि | 2020-07-02 |
डेवलपर | Julian Acosta |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver for YouTube", "version": "0.0.0.3", "description": "Display the time saved when the playback speed of a YouTube video is adjusted.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "youtube-script.js" ], "permissions": [ "*:\/\/www.youtube.com\/*" ] } |