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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}