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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}