Simulsync - Watch reactions in sync

Synchronize full-length reactions

ما هو Simulsync - Watch reactions in sync؟

Simulsync - Watch reactions in sync هو إضافة Chrome تم تطويرها بواسطة SimulSync، والميزة الرئيسية لها هي "Synchronize full-length reactions".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simulsync - Watch reactions in sync

قم بتنزيل ملفات الامتداد Simulsync - Watch reactions in sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Watch full-length reactions in sync with it's corresponding content on several streaming services.

All you need is the link to a YouTube, Vimeo or Streamable video and the amount of seconds into the reaction-video that the reactor hits play. Casper handles the rest.

Note that this extension is still in it's beta stage. Go here for a "How-to-use" guide: https://www.simulsync.live/browser-extension                    

معلومات أساسية عن التمديد

الاسم Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
عنوان URL الرسمي https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
الوصف Synchronize full-length reactions
حجم الملف 144 KB
عدد التثبيتات 278
النسخة الحالية 0.9.4
آخر تحديث 2022-05-16
تاريخ النشر 2021-06-03
تقييم 5.00/5 مجموع تقييمات 1
المطور SimulSync
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.simulsync.live/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Synchronize full-length reactions",
    "manifest_version": 3,
    "name": "Simulsync - Watch reactions in sync",
    "version": "0.9.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Simulsync",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content_scripts\/icons\/*",
                "content_scripts\/vimeo-player.js",
                "content_scripts\/www-widgetapi.js",
                "content_scripts\/all.js",
                "content_scripts\/content.js"
            ]
        }
    ]
}