Vookmark - Easy video bookmarking

Bookmark videos easily. Watch them later anytime on any device.

什么是Vookmark - Easy video bookmarking?

Vookmark - Easy video bookmarking是由https://vookmark.co开发的Chrome扩展程序,该扩展的主要功能是“Bookmark videos easily. Watch them later anytime on any device.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Vookmark - Easy video bookmarking扩展crx文件

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

扩展使用说明

                        Ever stumbled upon an awesome video and cannot watch it immediately? Vookmark allows you to bookmark videos across the web with a single tap and watch it later on your iOS or Android devices

No more copy pasting links in your notes app or remembering keywords to search the video later. Even Save link or Watch it later options on sites require multiple taps to save or retrieve the videos when you are ready to watch them. 

With Vookmark you can bookmark videos with a single tap using our browser extensions for Chrome. The currently supported sites where you can vookmark videos easily are Facebook, YouTube, Vimeo, Dailymotion and Reddit. Lookout for the Vookmark Button or Icon next to the video title.

All recently bookmarked videos will show up in your mobiles device in the New section. You can revisit videos again in the Watched section or even mark videos as favourite for quick access. 

You will never miss watching your favourite videos with Vookmark. Get started by downloading the browser extensions on https://vookmark.co

We are also constantly working to make the service better each day. We would love to hear your feedback & suggestions to make Vookmark better. You can write to us on [email protected] or get in touch even faster on Twitter @getVookmark

Vookmark is easy Video Bookmarking. Enjoy the Videos! :)                    

扩展基本信息

名称 Vookmark - Easy video bookmarking Vookmark - Easy video bookmarking
ID ajpfgljldffcnbjenpnkcbkkkcflkpbo
官方URL https://chromewebstore.google.com/detail/vookmark-easy-video-bookm/ajpfgljldffcnbjenpnkcbkkkcflkpbo
简介 Bookmark videos easily. Watch them later anytime on any device.
文件大小 526 KB
安装次数 1,398
当前版本 18.5.25.1256
更新时间 2021-06-02
上架时间 2018-05-25
评分 4.43/5 共53次评分
开发者 https://vookmark.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vookmark.co/
隐私政策页面URL https://vookmark.co/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vookmark - Easy video bookmarking",
    "short_name": "Vookmark",
    "description": "Bookmark videos easily. Watch them later anytime on any device.",
    "version": "18.5.25.1256",
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/[email protected]",
            "128": "images\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "manifest.json",
        "images\/*.*",
        "fonts\/*.*"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.bundle.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}