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
Eメール [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"
            ]
        }
    ]
}