SyncVid.io
Watch YouTube videos in sync with anyone in the world!
ما هو SyncVid.io؟
SyncVid.io هو إضافة Chrome تم تطويرها بواسطة SyncVid.io، والميزة الرئيسية لها هي "Watch YouTube videos in sync with anyone in the world!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SyncVid.io
قم بتنزيل ملفات الامتداد SyncVid.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SyncVid.io is a chrome extension that allows users to watch the same video at the exact same time. Enjoy your favourite YouTube shows at the same time with your friends as if you were all in the same room.
معلومات أساسية عن التمديد
الاسم | |
ID | kdgdidgfefchohbelnganeiidabbmfbn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn |
الوصف | Watch YouTube videos in sync with anyone in the world! |
حجم الملف | 703 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | SyncVid.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://syncvid.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SyncVid.io", "version": "1.0.2", "manifest_version": 2, "description": "Watch YouTube videos in sync with anyone in the world!", "homepage_url": "http:\/\/syncvid.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "SyncVid.io", "default_popup": "src\/browser_action\/main.html" }, "permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js", "src\/inject\/twilio-common.min.js", "src\/inject\/twilio-sync.min.js" ] } ] } |