My Watch Party

This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.

Что такое My Watch Party?

My Watch Party - это расширение Chrome, разработанное https://mywatchparty.site, и его основная функция - "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

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

screenshot
screenshot

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

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

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

                        This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.                    

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

Название My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
Официальный URL https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Описание This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
Размер файла 24.1 KB
Количество установок 171
Текущая Версия 0.0.5
Последнее Обновление 2023-06-27
Дата публикации 2023-06-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://mywatchparty.site
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mywatchparty.site
URL страницы политики конфиденциальности https://mywatchparty.site/privacy_policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Watch Party",
    "version": "0.0.5",
    "description": "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.",
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mywatchparty.site\/*",
            "http:\/\/mywatchparty.site\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/app_16.png",
        "32": "icons\/app_32.png",
        "48": "icons\/app_48.png",
        "128": "icons\/app_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/play_24.png",
                "icons\/pause_24.png",
                "icons\/replay_24.png",
                "icons\/collapse_24.png",
                "icons\/expand_24.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}