Youtube Streaming Donation Tracking

Keep tracking your Youtube streaming donations

Что такое Youtube Streaming Donation Tracking?

Youtube Streaming Donation Tracking - это расширение Chrome, разработанное noext, и его основная функция - "Keep tracking your Youtube streaming donations".

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

screenshot

Скачать файл CRX расширения Youtube Streaming Donation Tracking

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

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

                        Split the chat of your live on youtube, one half with normal comments and auto scroll, and the other half the only the donation comments ( green box ) and no autoscroll and no history deleting, once you load up the chat page any donation comment will stay in the chat no matter youtube remove normal comments

work only on this url : https://www.youtube.com/live_chat?v=id_of_your_live ( id is the thing after watch?v= )                    

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

Название Youtube Streaming Donation Tracking Youtube Streaming Donation Tracking
ID dlhkoniifiiigbdgdhboikelmafdhfjj
Официальный URL https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj
Описание Keep tracking your Youtube streaming donations
Размер файла 279 KB
Количество установок 56
Текущая Версия 1.0.0
Последнее Обновление 2016-02-27
Дата публикации 2016-02-27
Рейтинг 1.00/5 Всего 1 оценок
Разработчик noext
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "youtubeGaming.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/live_chat?v=*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Keep tracking your Youtube streaming donations",
    "icons": {
        "128": "icon\/icon-128.png",
        "512": "icon\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "Youtube Streaming Donation Tracking",
    "version": "1.0.0"
}