YouTube My Timestamp

You can add memo only you can see to YouTube, including timestamps.

What is YouTube My Timestamp?

YouTube My Timestamp is a Chrome extension developed by https://mo2nabe.com, and its main feature is "You can add memo only you can see to YouTube, including timestamps.".

Extension Screenshots

screenshot
screenshot

Download YouTube My Timestamp Extension CRX File

Download YouTube My Timestamp 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

                        This extension make small note only you can see to every YouTube movie page. You can write something you like to the note. When you write a timestamp (ex.12:34), it become a link which jump to the time.                    

Extension Basic Information

Name YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Official URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Description You can add memo only you can see to YouTube, including timestamps.
File Size 11.19 KB
Installation Count 29
Current Version 0.2.0
Last Updated 2020-09-19
Publish Date 2020-09-16
Rating 2.00/5 Total 1 Ratings
Developer https://mo2nabe.com
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube My Timestamp",
    "short_name": "YTmt",
    "version": "0.2.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "write your memo",
        "default_popup": "popup.html"
    }
}