Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Co to jest Sync Video for Chrome?
Sync Video for Chrome to rozszerzenie Chrome opracowane przez Bas van den Brink, a jego główną funkcją jest „Chrome extension that automatically creates a Sync Video room of the video you are currently watching.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sync Video for Chrome
Pobierz pliki rozszerzeń Sync Video for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
Oficjalny URL | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Opis | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Rozmiar pliku | 9.64 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-12-22 |
Data Publikacji | 2018-12-21 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Bas van den Brink |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |