SyncVid.io
Watch YouTube videos in sync with anyone in the world!
Wat is SyncVid.io?
SyncVid.io is een Chrome-extensie ontwikkeld door SyncVid.io, en de belangrijkste functie is "Watch YouTube videos in sync with anyone in the world!".
Extensie Screenshots
Download het CRX-bestand van de extensie SyncVid.io
Download SyncVid.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kdgdidgfefchohbelnganeiidabbmfbn |
Officiële URL | https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn |
Beschrijving | Watch YouTube videos in sync with anyone in the world! |
Bestandsgrootte | 703 KB |
Aantal Installaties | 162 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | SyncVid.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://syncvid.io |
Ondersteunde Talen | 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" ] } ] } |