Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

Co je Sync Video for Chrome?

Sync Video for Chrome je rozšíření Chrome vyvinuté Bas van den Brink, a jeho hlavní funkcí je „Chrome extension that automatically creates a Sync Video room of the video you are currently watching.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sync Video for Chrome

Stáhněte si soubory rozšíření Sync Video for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

Základní Informace o Rozšíření

Název Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
Oficiální URL https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
Popis Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Velikost souboru 9.64 KB
Počet instalací 63
Aktuální Verze 1.0
Poslední Aktualizace 2018-12-22
Datum Vydání 2018-12-21
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Bas van den Brink
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}