SyncVid.io
Watch YouTube videos in sync with anyone in the world!
Qu'est-ce que SyncVid.io ?
SyncVid.io est une extension Chrome développée par SyncVid.io, et sa fonction principale est "Watch YouTube videos in sync with anyone in the world!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SyncVid.io
Téléchargez les fichiers d'extension SyncVid.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kdgdidgfefchohbelnganeiidabbmfbn |
URL Officiel | https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn |
Description | Watch YouTube videos in sync with anyone in the world! |
Taille du Fichier | 703 KB |
Nombre d'Installations | 162 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | SyncVid.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://syncvid.io |
Langues Prises en Charge | 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" ] } ] } |