Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Wat is Vegeto Time - Beta?

Vegeto Time - Beta is een Chrome-extensie ontwikkeld door Jake Barter, en de belangrijkste functie is "This is CraftingVegetos very own chrome extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Vegeto Time - Beta

Download Vegeto Time - Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Officiële URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Beschrijving This is CraftingVegetos very own chrome extension
Bestandsgrootte 363 KB
Aantal Installaties 486
Huidige Versie 0.5.0
Laatst Bijgewerkt 2019-12-24
Publicatiedatum 2019-12-20
Beoordeling 4.97/5 Totaal 31 Beoordelingen
Ontwikkelaar Jake Barter
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.twitch.tv/craftingvegeto
Ondersteunde Talen 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
}