Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
O que é Sync Video for Chrome?
Sync Video for Chrome é uma extensão do Chrome desenvolvida por Bas van den Brink, e sua principal característica é "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sync Video for Chrome
Baixe arquivos de extensão Sync Video for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Informações Básicas da Extensão
Nome | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
URL Oficial | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Descrição | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Tamanho do Arquivo | 9.64 KB |
Contagem de Instalações | 63 |
Versão Atual | 1.0 |
Última Atualização | 2018-12-22 |
Data de Publicação | 2018-12-21 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Bas van den Brink |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |