YouTube Timestamp Comments
An extension that lists timestamp comments on YouTube.
YouTube Timestamp Comments क्या है?
YouTube Timestamp Comments Akira Shimizu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that lists timestamp comments on YouTube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Timestamp Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Google Chrome extension that displays timestamp comments on YouTube. The main features are: - displays timestamp comments - sorts by timestamp - jumps playback position to timestamp --- YouTube の時間指定コメントを表示する Google Chrome 拡張機能です。主な機能は以下の通りです。 - タイムスタンプを含むコメントを表示 - 時間の早い順にソート - タイムスタンプのクリックで再生位置をジャンプ
एक्सटेंशन की मूल जानकारी
नाम | YouTube Timestamp Comments |
ID | khngjoedfeicfbjlcfmiigbokbnlibei |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-timestamp-comment/khngjoedfeicfbjlcfmiigbokbnlibei |
विवरण | An extension that lists timestamp comments on YouTube. |
फ़ाइल का आकार | 914 KB |
स्थापना संख्या | 412 |
वर्तमान संस्करण | 0.8.2 |
अंतिम अपडेट | 2022-02-24 |
प्रकाशन तिथि | 2020-07-01 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | Akira Shimizu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Foo-x/youtube-timestamp-comments |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Timestamp Comments", "version": "0.8.2", "manifest_version": 3, "description": "An extension that lists timestamp comments on YouTube.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "js\/background\/background.js" }, "action": { "default_icon": "icons\/icon19.png", "default_popup": "html\/page_action\/page_action.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "js\/content_scripts\/contentScript.js" ] } ], "permissions": [ "declarativeContent", "storage", "activeTab", "scripting" ] } |