YouTube Markup

You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…

What is YouTube Markup?

YouTube Markup is a Chrome extension developed by Umut Korkmaz, and its main feature is "You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…".

Extension Screenshots

screenshot

Download YouTube Markup Extension CRX File

Download YouTube Markup 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

                        You can use this tool to mark the parts of videos you watch on YouTube that are important to you.

For example, in an educational video, you can mark the minute where something you are interested in is located, so that you can quickly find what you are looking for when you look at the same educational video again.                    

Extension Basic Information

Name YouTube Markup YouTube Markup
ID emhjhcepnjieabmcmioendnlpbbhlnbn
Official URL https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn
Description You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…
File Size 26.09 KB
Installation Count 46
Current Version 1.1.1
Last Updated 2023-03-02
Publish Date 2022-09-06
Rating 5.00/5 Total 10 Ratings
Developer Umut Korkmaz
Email [email protected]
Payment Type free
Extension Website https://github.com/umutkorkmaaz/youtube-marker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Markup",
    "version": "1.1.1",
    "icons": {
        "16": ".\/assets\/icon\/youtube-markup-16x16.png",
        "48": ".\/assets\/icon\/youtube-markup-48x48.png",
        "128": ".\/assets\/icon\/youtube-markup-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": ".\/assets\/js\/background.min.js"
    },
    "action": {
        "default_title": "YouTube Markup",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/assets\/js\/content.min.js"
            ],
            "css": [
                ".\/assets\/css\/all.min.css"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}