YouTube Memo

Write something watching YouTube videos.

What is YouTube Memo?

YouTube Memo is a Chrome extension developed by bglgwyng, and its main feature is "Write something watching YouTube videos.".

Extension Screenshots

screenshot

Download YouTube Memo Extension CRX File

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

                        As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later.                    

Extension Basic Information

Name YouTube Memo YouTube Memo
ID ijelfhbgnpoongehabbphibmfnfnamjj
Official URL https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj
Description Write something watching YouTube videos.
File Size 156 KB
Installation Count 121
Current Version 0.1.1
Last Updated 2021-05-10
Publish Date 2021-05-07
Developer bglgwyng
Email [email protected]
Payment Type free
Help Page URL https://github.com/bglgwyng/Youtube-Memo
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Memo",
    "description": "Write something watching YouTube videos.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "bookmarks",
        "https:\/\/www.youtube.com\/"
    ]
}