Simulsync - Watch reactions in sync

Synchronize full-length reactions

什么是Simulsync - Watch reactions in sync?

Simulsync - Watch reactions in sync是由SimulSync开发的Chrome扩展程序,该扩展的主要功能是“Synchronize full-length reactions”。

扩展截图

screenshot

下载Simulsync - Watch reactions in sync扩展crx文件

下载Simulsync - Watch reactions in sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
官方URL https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
简介 Synchronize full-length reactions
文件大小 144 KB
安装次数 278
当前版本 0.9.4
更新时间 2022-05-16
上架时间 2021-06-03
评分 5.00/5 共1次评分
开发者 SimulSync
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.simulsync.live/
支持的语言 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"
            ]
        }
    ]
}