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 |
电子邮箱 | [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" ] } |