Simulsync - Watch reactions in sync

Synchronize full-length reactions

Cos'è Simulsync - Watch reactions in sync?

Simulsync - Watch reactions in sync è un'estensione di Chrome sviluppata da SimulSync, e la sua funzione principale è "Synchronize full-length reactions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simulsync - Watch reactions in sync

Scarica i file di estensione Simulsync - Watch reactions in sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
URL Ufficiale https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
Descrizione Synchronize full-length reactions
Dimensione del File 144 KB
Conteggio Installazioni 278
Versione Corrente 0.9.4
Ultimo Aggiornamento 2022-05-16
Data di Pubblicazione 2021-06-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SimulSync
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.simulsync.live/
Lingue Supportate 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"
            ]
        }
    ]
}