Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

Что такое Twitch Clip Timer?

Twitch Clip Timer - это расширение Chrome, разработанное https://vidtimer.com, и его основная функция - "Allows for easy Twitch clip timing courtesy of VidTimer.".

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

screenshot

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

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

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

                        With this extension enabled, simply navigate to or create a Twitch clip and click the green "Time Clip" button. Another tab will open containing the timer web app VidTimer, which you can use to time the clip.

Icon by Lukasz Adam.                    

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

Название Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
Официальный URL https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
Описание Allows for easy Twitch clip timing courtesy of VidTimer.
Размер файла 110 KB
Количество установок 111
Текущая Версия 1.0.2
Последнее Обновление 2022-06-07
Дата публикации 2021-10-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://vidtimer.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Clip Timer",
    "description": "Allows for easy Twitch clip timing courtesy of VidTimer.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "jquery-1.12.3.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}