YouTube Timestamp Bookmarker - Gravitate Webs

Saving timestamps in YouTube videos

What is YouTube Timestamp Bookmarker - Gravitate Webs?

YouTube Timestamp Bookmarker - Gravitate Webs is a Chrome extension developed by gravitatewebs, and its main feature is "Saving timestamps in YouTube videos".

Extension Screenshots

screenshot
screenshot

Download YouTube Timestamp Bookmarker - Gravitate Webs Extension CRX File

Download YouTube Timestamp Bookmarker - Gravitate Webs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Timestamp bookmark a YouTube video at any point during the video by pressing the blue button. This extension will remember what time you saved the bookmark and you can jump to that point at any time you wish. Save as many timestamped bookmakers as you want. This is a great tool when you are presenting a video and when you are needing to jump around to certain points.                    

Extension Basic Information

Name YouTube Timestamp Bookmarker - Gravitate Webs YouTube Timestamp Bookmarker - Gravitate Webs
ID kbpcmedhleadonchilbecnmmcfeilmml
Official URL https://chromewebstore.google.com/detail/youtube-timestamp-bookmar/kbpcmedhleadonchilbecnmmcfeilmml
Description Saving timestamps in YouTube videos
File Size 138 KB
Installation Count 31
Current Version 0.1.0.0
Last Updated 2022-06-08
Publish Date 2022-06-07
Developer gravitatewebs
Email [email protected]
Payment Type free
Extension Website https://gravitatewebs.com/
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Timestamp Bookmarker - Gravitate Webs",
    "version": "0.1.0.0",
    "description": "Saving timestamps in YouTube videos",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "assets\/play.png",
                "assets\/delete.png",
                "assets\/save.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "24": "assets\/ext-icon.png",
            "32": "assets\/ext-icon.png"
        },
        "default_title": "YouTube Timestamp Bookmarker - Gravitate Webs",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}