Youtube Timestamp Bookmarker
Bookmark the timestamp of a YouTube video to watch later
Youtube Timestamp Bookmarker क्या है?
Youtube Timestamp Bookmarker Forever Impulse Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark the timestamp of a YouTube video to watch later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Timestamp Bookmarker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to bookmark the timestamp of any YouTube video with one click. View your bookmarked YouTube videos by clicking the links in the extensions' pop-up window. This will save you the time and effort of having to remember where you stopped watching a video. Features: - Search bar - Update video titles - Sort by favorited videos and date - Light and dark mode toggle - Remove single or multiple videos from bookmark More features on the way!
एक्सटेंशन की मूल जानकारी
नाम | Youtube Timestamp Bookmarker |
ID | hdpcgcongdbbalkpifkdgmgifnoiddck |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-timestamp-bookmar/hdpcgcongdbbalkpifkdgmgifnoiddck |
विवरण | Bookmark the timestamp of a YouTube video to watch later |
फ़ाइल का आकार | 27.81 KB |
स्थापना संख्या | 722 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2022-11-17 |
प्रकाशन तिथि | 2022-04-14 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Forever Impulse Tech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Timestamp Bookmarker", "description": "Bookmark the timestamp of a YouTube video to watch later", "version": "2.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ytb_icon.png", "32": "\/images\/ytb_icon.png", "48": "\/images\/ytb_icon.png", "128": "\/images\/ytb_icon.png" } }, "icons": { "16": "\/images\/ytb_icon.png", "32": "\/images\/ytb_icon.png", "48": "\/images\/ytb_icon.png", "128": "\/images\/ytb_icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "js": [ "options.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "\/images\/bookmark.svg" ], "matches": [ " |