Highlights for YouTube
View highlights on the video player, that are generated from timestamps found in the description and top comments.
Highlights for YouTube क्या है?
Highlights for YouTube Ermag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View highlights on the video player, that are generated from timestamps found in the description and top comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlights for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE: Added controls for navigating between highlights. See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options. Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated! YouTube is a trademark of Google Inc.
एक्सटेंशन की मूल जानकारी
नाम | Highlights for YouTube |
ID | jahmafmcpgdedfjfknmfkhaiejlfdcfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc |
विवरण | View highlights on the video player, that are generated from timestamps found in the description and top comments. |
फ़ाइल का आकार | 41.6 KB |
स्थापना संख्या | 1,797 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2021-12-21 |
प्रकाशन तिथि | 2020-06-07 |
रेटिंग | 4.62/5 कुल 13 रेटिंग्स |
डेवलपर | Ermag |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlights for YouTube", "version": "2.8", "description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "tippy.all.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |