Simulsync - Watch reactions in sync

Synchronize full-length reactions

Simulsync - Watch reactions in sync là gì?

Simulsync - Watch reactions in sync là một tiện ích mở rộng Chrome được phát triển bởi SimulSync, và tính năng chính của nó là "Synchronize full-length reactions".

Ả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 Simulsync - Watch reactions in sync

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

                        Watch full-length reactions in sync with it's corresponding content on several streaming services.

All you need is the link to a YouTube, Vimeo or Streamable video and the amount of seconds into the reaction-video that the reactor hits play. Casper handles the rest.

Note that this extension is still in it's beta stage. Go here for a "How-to-use" guide: https://www.simulsync.live/browser-extension                    

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

Tên Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
URL Chính Thức https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
Mô tả Synchronize full-length reactions
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 0.9.4
Cập Nhật Lần Cuối 2022-05-16
Ngày Phát Hành 2021-06-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SimulSync
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.simulsync.live/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Synchronize full-length reactions",
    "manifest_version": 3,
    "name": "Simulsync - Watch reactions in sync",
    "version": "0.9.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Simulsync",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content_scripts\/icons\/*",
                "content_scripts\/vimeo-player.js",
                "content_scripts\/www-widgetapi.js",
                "content_scripts\/all.js",
                "content_scripts\/content.js"
            ]
        }
    ]
}