Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Что такое Vegeto Time - Beta?

Vegeto Time - Beta - это расширение Chrome, разработанное Jake Barter, и его основная функция - "This is CraftingVegetos very own chrome extension".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Vegeto Time - Beta

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

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

                        This little extension will provide alerts for CraftingVegeto's Twitch stream and YouTube videos!
Allowing for you to customise what alerts you see.

Options include:
    - Desktop notification
    - A audio notification
    - A popup within your current active page
    - Open a new tab

These options are individual for both the Twitch and YouTube notifications, giving you alerts for what you want!

It also provides a countdown to when the next stream will be. Connected directly to a little thing CraftingVegeto himself will update, so you know they will be accurate!

This is currently an open beta and more features are in development!                    

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

Название Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Официальный URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Описание This is CraftingVegetos very own chrome extension
Размер файла 363 KB
Количество установок 486
Текущая Версия 0.5.0
Последнее Обновление 2019-12-24
Дата публикации 2019-12-20
Рейтинг 4.97/5 Всего 31 оценок
Разработчик Jake Barter
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.twitch.tv/craftingvegeto
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vegeto Time - Beta",
    "version": "0.5.0",
    "description": "This is CraftingVegetos very own chrome extension",
    "permissions": [
        "declarativeContent",
        "notifications",
        "activeTab",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "CraftiYikes.png",
        "32": "CraftiYikes.png",
        "48": "CraftiYikes.png",
        "128": "CraftiYikes.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "popup.html",
        "injected_popup.html",
        "Alert.ogg",
        "evil.png",
        "CraftiYikes.png"
    ],
    "manifest_version": 2
}