Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Qu'est-ce que Sync Video for Chrome ?
Sync Video for Chrome est une extension Chrome développée par Bas van den Brink, et sa fonction principale est "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sync Video for Chrome
Téléchargez les fichiers d'extension Sync Video for Chrome 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
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Informations de Base sur l'Extension
Nom | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
URL Officiel | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Description | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Taille du Fichier | 9.64 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-12-22 |
Date de Publication | 2018-12-21 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Bas van den Brink |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |