VideoTogether

Watch video together

Что такое VideoTogether?

VideoTogether - это расширение Chrome, разработанное maggch, и его основная функция - "Watch video together".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения VideoTogether

Скачайте файлы расширений VideoTogether в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Watch videos together with your friends.

Compatible with all online video platforms.

Supports all devices and operating systems

Visit our website http://2gether.video/ for more details.                    

Основная информация о расширении

Название VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
Официальный URL https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Описание Watch video together
Размер файла 246 KB
Количество установок 7,000
Текущая Версия 1.4.74
Последнее Обновление 2023-10-02
Дата публикации 2021-09-09
Рейтинг 5.00/5 Всего 8 оценок
Разработчик maggch
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://2gether.video/
URL страницы помощи https://2gether.video/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoTogether",
    "description": "Watch video together",
    "version": "1.4.74",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension.chrome.user.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pre.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "preInjected.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "load.en-us.js",
                "load.zh-cn.js",
                "vt.en-us.user.js",
                "vt.zh-cn.user.js",
                "preInjected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.chrome.js",
        "mode": "module"
    },
    "icons": {
        "192": ".\/icon\/android-icon-192x192.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}