dopeChat

The dopest chat extension for FB Gaming livestreams!

Что такое dopeChat?

dopeChat - это расширение Chrome, разработанное dope, и его основная функция - "The dopest chat extension for FB Gaming livestreams!".

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

screenshot
screenshot
screenshot

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

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

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

                        The browser extension aims to improve the chat experience by adding custom emotes, adjusting the chat appearance, and incorporating various quality of life enhancements and tweaks.                    

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

Название dopeChat dopeChat
ID pfbgacokbnigfgdninjmcgokijpfldkn
Официальный URL https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn
Описание The dopest chat extension for FB Gaming livestreams!
Размер файла 128 KB
Количество установок 1,360
Текущая Версия 1.4.6
Последнее Обновление 2023-01-14
Дата публикации 2022-04-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик dope
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://dopechat.ddns.net/
URL страницы помощи https://dopechat.ddns.net/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.6",
    "name": "dopeChat",
    "description": "The dopest chat extension for FB Gaming livestreams!",
    "author": "dope",
    "homepage_url": "https:\/\/dopechat.ddns.net\/",
    "icons": {
        "16": "icon64.png",
        "32": "icon64.png",
        "48": "icon64.png",
        "128": "icon64.png"
    },
    "action": {
        "default_title": "dopeChat"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*videos\/*"
            ],
            "js": [
                "js\/contentScript.js",
                "js\/emoteMenu.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "css\/*",
                "icon64.png"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}