Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Wat is Sync Video for Chrome?
Sync Video for Chrome is een Chrome-extensie ontwikkeld door Bas van den Brink, en de belangrijkste functie is "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sync Video for Chrome
Download Sync Video for Chrome-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
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Basisinformatie over de Extensie
Naam | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
Officiële URL | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Beschrijving | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Bestandsgrootte | 9.64 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-12-22 |
Publicatiedatum | 2018-12-21 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Bas van den Brink |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |