Simulsync - Watch reactions in sync

Synchronize full-length reactions

Co to jest Simulsync - Watch reactions in sync?

Simulsync - Watch reactions in sync to rozszerzenie Chrome opracowane przez SimulSync, a jego główną funkcją jest „Synchronize full-length reactions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simulsync - Watch reactions in sync

Pobierz pliki rozszerzeń Simulsync - Watch reactions in sync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
Oficjalny URL https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
Opis Synchronize full-length reactions
Rozmiar pliku 144 KB
Liczba instalacji 278
Aktualna Wersja 0.9.4
Ostatnia Aktualizacja 2022-05-16
Data Publikacji 2021-06-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper SimulSync
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.simulsync.live/
Obsługiwane Języki 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"
            ]
        }
    ]
}