Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Hvad er Sync Video for Chrome?
Sync Video for Chrome er en Chrome-udvidelse udviklet af Bas van den Brink, og dens hovedfunktion er "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Udvidelsesskærmbilleder
Download Sync Video for Chrome-udvidelses-CRX-fil
Download Sync Video for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
Officiel URL | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Beskrivelse | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Filstørrelse | 9.64 KB |
Antal Installationer | 63 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-12-22 |
Udgivelsesdato | 2018-12-21 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Bas van den Brink |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |