Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Cos'è Vegeto Time - Beta?

Vegeto Time - Beta è un'estensione di Chrome sviluppata da Jake Barter, e la sua funzione principale è "This is CraftingVegetos very own chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vegeto Time - Beta

Scarica i file di estensione Vegeto Time - Beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
URL Ufficiale https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Descrizione This is CraftingVegetos very own chrome extension
Dimensione del File 363 KB
Conteggio Installazioni 486
Versione Corrente 0.5.0
Ultimo Aggiornamento 2019-12-24
Data di Pubblicazione 2019-12-20
Valutazione 4.97/5 Totale 31 Valutazioni
Sviluppatore Jake Barter
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.twitch.tv/craftingvegeto
Lingue Supportate 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
}