Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Was ist Vegeto Time - Beta?

Vegeto Time - Beta ist eine Chrome-Erweiterung, die von Jake Barter entwickelt wurde, und ihr Hauptmerkmal ist "This is CraftingVegetos very own chrome extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Vegeto Time - Beta-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vegeto Time - Beta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Offizielle URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Beschreibung This is CraftingVegetos very own chrome extension
Dateigröße 363 KB
Installationsanzahl 486
Aktuelle Version 0.5.0
Letztes Update 2019-12-24
Veröffentlichungsdatum 2019-12-20
Bewertung 4.97/5 Insgesamt 31 Bewertungen
Entwickler Jake Barter
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.twitch.tv/craftingvegeto
Unterstützte Sprachen 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
}