YOUTUBOOKMARK (Bookmark, YouTube, watch time)

It provides a function to bookmark the viewing time while watching YouTube videos.

什么是YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time)是由yhcho0405开发的Chrome扩展程序,该扩展的主要功能是“It provides a function to bookmark the viewing time while watching YouTube videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YOUTUBOOKMARK (Bookmark, YouTube, watch time)扩展crx文件

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

扩展使用说明

                        You can bookmark the video segments you want!!                    

扩展基本信息

名称 YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
官方URL https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
简介 It provides a function to bookmark the viewing time while watching YouTube videos.
文件大小 65.97 KB
安装次数 53
当前版本 1.0.2
更新时间 2020-02-04
上架时间 2020-02-04
评分 4.20/5 共5次评分
开发者 yhcho0405
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOUTUBOOKMARK (Bookmark, YouTube, watch time)",
    "version": "1.0.2",
    "description": "It provides a function to bookmark the viewing time while watching YouTube videos.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/apis.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icontt.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}