Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Sync Video for Chromeとは何ですか?
Sync Video for ChromeはBas van den Brinkによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that automatically creates a Sync Video room of the video you are currently watching.」です。
拡張機能のスクリーンショット
Sync Video for Chrome拡張機能のCRXファイルをダウンロード
Sync Video for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
拡張機能の基本情報
名前 | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
公式URL | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
説明 | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
ファイルサイズ | 9.64 KB |
インストール数 | 63 |
現在のバージョン | 1.0 |
最終更新日 | 2018-12-22 |
公開日 | 2018-12-21 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Bas van den Brink |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sync Video for Chrome", "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "*:\/\/*\/*", "storage" ] } |