YouTube Synchronizer

Extension for YouTube synchronization between different devices in realtime.

What is YouTube Synchronizer?

YouTube Synchronizer is a Chrome extension developed by Artiu, and its main feature is "Extension for YouTube synchronization between different devices in realtime.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YouTube Synchronizer Extension CRX File

Download YouTube Synchronizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name YouTube Synchronizer YouTube Synchronizer
ID kojahdkdppbdkgpdepmekohphlcobjhj
Official URL https://chromewebstore.google.com/detail/youtube-synchronizer/kojahdkdppbdkgpdepmekohphlcobjhj
Description Extension for YouTube synchronization between different devices in realtime.
File Size 36.34 KB
Installation Count 35
Current Version 1.2.3.0
Last Updated 2023-11-24
Publish Date 2023-05-21
Rating 5.00/5 Total 2 Ratings
Developer Artiu
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}