Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

Sync Video for Chrome là gì?

Sync Video for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Bas van den Brink, và tính năng chính của nó là "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sync Video for Chrome

Tải xuống các tệp mở rộng Sync Video for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
URL Chính Thức https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
Mô tả Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Kích Thước Tệp 9.64 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-12-22
Ngày Phát Hành 2018-12-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Bas van den Brink
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}