youtube-live-chat-selector

Chrome Extension for Selecting Chat Messages on YouTube Live.

Что такое youtube-live-chat-selector?

youtube-live-chat-selector - это расширение Chrome, разработанное https://fiahfy.blogspot.com, и его основная функция - "Chrome Extension for Selecting Chat Messages on YouTube Live.".

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

screenshot
screenshot

Скачать файл CRX расширения youtube-live-chat-selector

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

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

                        - Filter chat messages by authority types.                    

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

Название youtube-live-chat-selector youtube-live-chat-selector
ID elgbmlibcejchmmfkngbdpdmejbajkll
Официальный URL https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll
Описание Chrome Extension for Selecting Chat Messages on YouTube Live.
Размер файла 100 KB
Количество установок 5,772
Текущая Версия 0.0.9
Последнее Обновление 2023-05-06
Дата публикации 2020-04-01
Рейтинг 4.80/5 Всего 35 оценок
Разработчик https://fiahfy.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube-live-chat-selector",
    "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-924d9f2a.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "css": [
                "assets\/content-script-13bac0e4.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts-a8ccf41d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}