Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Co to jest Vegeto Time - Beta?

Vegeto Time - Beta to rozszerzenie Chrome opracowane przez Jake Barter, a jego główną funkcją jest „This is CraftingVegetos very own chrome extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vegeto Time - Beta

Pobierz pliki rozszerzeń Vegeto Time - Beta w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Oficjalny URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Opis This is CraftingVegetos very own chrome extension
Rozmiar pliku 363 KB
Liczba instalacji 486
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2019-12-24
Data Publikacji 2019-12-20
Ocena 4.97/5 Łącznie 31 Oceny
Deweloper Jake Barter
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.twitch.tv/craftingvegeto
Obsługiwane Języki 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
}