Simulsync - Watch reactions in sync

Synchronize full-length reactions

Qu'est-ce que Simulsync - Watch reactions in sync ?

Simulsync - Watch reactions in sync est une extension Chrome développée par SimulSync, et sa fonction principale est "Synchronize full-length reactions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simulsync - Watch reactions in sync

Téléchargez les fichiers d'extension Simulsync - Watch reactions in sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Simulsync - Watch reactions in sync Simulsync - Watch reactions in sync
ID fknnccomamglagbbhgjdlljjkkkoppam
URL Officiel https://chromewebstore.google.com/detail/simulsync-watch-reactions/fknnccomamglagbbhgjdlljjkkkoppam
Description Synchronize full-length reactions
Taille du Fichier 144 KB
Nombre d'Installations 278
Version Actuelle 0.9.4
Dernière Mise à Jour 2022-05-16
Date de Publication 2021-06-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur SimulSync
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.simulsync.live/
Langues Prises en Charge 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"
            ]
        }
    ]
}