Watch In Sync
Watch movies with your friends synchronously!
Watch In Syncとは何ですか?
Watch In Syncはozanbaskan7によって開発されたChromeの拡張機能で、その主な機能は「Watch movies with your friends synchronously!」です。
拡張機能のスクリーンショット
Watch In Sync拡張機能のCRXファイルをダウンロード
Watch In Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Watch In Sync |
ID | cbcplomcajikifbdopphkbhpkciokcmo |
公式URL | https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo |
説明 | Watch movies with your friends synchronously! |
ファイルサイズ | 32.25 KB |
インストール数 | 25 |
現在のバージョン | 0.1 |
最終更新日 | 2021-11-01 |
公開日 | 2021-10-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | ozanbaskan7 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } ] } |