Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Apa itu Sync Video for Chrome?
Sync Video for Chrome adalah ekstensi Chrome yang dikembangkan oleh Bas van den Brink, dan fitur utamanya adalah "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sync Video for Chrome
Unduh file ekstensi Sync Video for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Informasi Dasar Ekstensi
Nama | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
URL Resmi | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Deskripsi | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Ukuran File | 9.64 KB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-12-22 |
Tanggal Publikasi | 2018-12-21 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Bas van den Brink |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |