Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
ما هو Sync Video for Chrome؟
Sync Video for Chrome هو إضافة Chrome تم تطويرها بواسطة Bas van den Brink، والميزة الرئيسية لها هي "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sync Video for Chrome
قم بتنزيل ملفات الامتداد Sync Video for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
معلومات أساسية عن التمديد
الاسم | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
الوصف | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
حجم الملف | 9.64 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-12-22 |
تاريخ النشر | 2018-12-21 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Bas van den Brink |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |