SyncVid.io
Watch YouTube videos in sync with anyone in the world!
什么是SyncVid.io?
SyncVid.io是由SyncVid.io开发的Chrome扩展程序,该扩展的主要功能是“Watch YouTube videos in sync with anyone in the world!”。
扩展截图
下载SyncVid.io扩展crx文件
下载SyncVid.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SyncVid.io is a chrome extension that allows users to watch the same video at the exact same time. Enjoy your favourite YouTube shows at the same time with your friends as if you were all in the same room.
扩展基本信息
名称 | |
ID | kdgdidgfefchohbelnganeiidabbmfbn |
官方URL | https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn |
简介 | Watch YouTube videos in sync with anyone in the world! |
文件大小 | 703 KB |
安装次数 | 162 |
当前版本 | 1.0.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 3.00/5 共2次评分 |
开发者 | SyncVid.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://syncvid.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SyncVid.io", "version": "1.0.2", "manifest_version": 2, "description": "Watch YouTube videos in sync with anyone in the world!", "homepage_url": "http:\/\/syncvid.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "SyncVid.io", "default_popup": "src\/browser_action\/main.html" }, "permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js", "src\/inject\/twilio-common.min.js", "src\/inject\/twilio-sync.min.js" ] } ] } |