Simulsync - Watch reactions in sync

Synchronize full-length reactions

Wat is Simulsync - Watch reactions in sync?

Simulsync - Watch reactions in sync is een Chrome-extensie ontwikkeld door SimulSync, en de belangrijkste functie is "Synchronize full-length reactions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simulsync - Watch reactions in sync

Download Simulsync - Watch reactions in sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
Officiële URL https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
Beschrijving Synchronize full-length reactions
Bestandsgrootte 144 KB
Aantal Installaties 278
Huidige Versie 0.9.4
Laatst Bijgewerkt 2022-05-16
Publicatiedatum 2021-06-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SimulSync
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.simulsync.live/
Ondersteunde Talen 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"
            ]
        }
    ]
}