YouTube Synchronizer

Extension for YouTube synchronization between different devices in realtime.

Co je YouTube Synchronizer?

YouTube Synchronizer je rozšíření Chrome vyvinuté Artiu, a jeho hlavní funkcí je „Extension for YouTube synchronization between different devices in realtime.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Synchronizer

Stáhněte si soubory rozšíření YouTube Synchronizer 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í

                        YouTube Synchronizer gives you possibility to listen to your favourite songs or watch videos with your friends! 
How to use: 
1.Click on extension to open extension popup.
2.Choose tab to share in "Create" tab.
3.Send generated code to your friend.
4.Your friend can paste it to extension.
5. IMPORTANT! After joining click somewhere on website to start playing video
Now you're watching YouTube with your friends!                    

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

Název YouTube Synchronizer YouTube Synchronizer
ID kojahdkdppbdkgpdepmekohphlcobjhj
Oficiální URL https://chromewebstore.google.com/detail/youtube-synchronizer/kojahdkdppbdkgpdepmekohphlcobjhj
Popis Extension for YouTube synchronization between different devices in realtime.
Velikost souboru 36.34 KB
Počet instalací 35
Aktuální Verze 1.2.3.0
Poslední Aktualizace 2023-11-24
Datum Vydání 2023-05-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Artiu
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Synchronizer",
    "version": "1.2.3.0",
    "description": "Extension for YouTube synchronization between different devices in realtime.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.12365167.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/actions.c5fc9a8f.js",
                "assets\/actions.5a356db4.js",
                "assets\/types.4c6529be.js",
                "assets\/index.ts.abef6c0f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ]
}