YouTube My Timestamp

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

什么是YouTube My Timestamp?

YouTube My Timestamp是由https://mo2nabe.com开发的Chrome扩展程序,该扩展的主要功能是“You can add memo only you can see to YouTube, including timestamps.”。

扩展截图

screenshot
screenshot

下载YouTube My Timestamp扩展crx文件

下载YouTube My Timestamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
官方URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
简介 You can add memo only you can see to YouTube, including timestamps.
文件大小 11.19 KB
安装次数 29
当前版本 0.2.0
更新时间 2020-09-19
上架时间 2020-09-16
评分 2.00/5 共1次评分
开发者 https://mo2nabe.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}