Watch In Sync

Watch movies with your friends synchronously!

Watch In Sync là gì?

Watch In Sync là một tiện ích mở rộng Chrome được phát triển bởi ozanbaskan7, và tính năng chính của nó là "Watch movies with your friends synchronously!".

Ả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 Watch In Sync

Tải xuống các tệp mở rộng Watch In Sync 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

                        You can watch movies on every page you want with your friends synchronously using this extension! 

Just download the extension with your friends, connect to the same session and go to the web page you want to watch a movie. Click the video frame you want to watch in sync, after clicking when red the frame around the video disappears the sync is on! You can pause and play the video and watch with your friends at the same time.                    

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

Tên Watch In Sync Watch In Sync
ID cbcplomcajikifbdopphkbhpkciokcmo
URL Chính Thức https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo
Mô tả Watch movies with your friends synchronously!
Kích Thước Tệp 32.25 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2021-10-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ozanbaskan7
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch In Sync",
    "description": "Watch movies with your friends synchronously!",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}