Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
Enable Chapters for Youtube क्या है?
Enable Chapters for Youtube Robin van Nunen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This will enable the Chapters feature for Youtube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enable Chapters for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension searches for chapter definitions in the video description or in the comment section and shows them in the video timeline. It works with any video and is very useful for i.e.: music sets and podcasts. Example chapter definition: 00:00 - Intro [02:00] Topic 1 (02:00) Topic 2 Topic 3 - 03:00
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
विवरण | This will enable the Chapters feature for Youtube. |
फ़ाइल का आकार | 18.49 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-06-22 |
प्रकाशन तिथि | 2020-06-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Robin van Nunen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Chapters for Youtube", "version": "1.0.0", "author": "Robin van Nunen", "description": "This will enable the Chapters feature for Youtube.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content.js" ] } |