Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Hvad er Vegeto Time - Beta?

Vegeto Time - Beta er en Chrome-udvidelse udviklet af Jake Barter, og dens hovedfunktion er "This is CraftingVegetos very own chrome extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Vegeto Time - Beta-udvidelses-CRX-fil

Download Vegeto Time - Beta-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Officiel URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Beskrivelse This is CraftingVegetos very own chrome extension
Filstørrelse 363 KB
Antal Installationer 486
Nuværende Version 0.5.0
Senest Opdateret 2019-12-24
Udgivelsesdato 2019-12-20
Bedømmelse 4.97/5 Samlet 31 Bedømmelser
Udvikler Jake Barter
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.twitch.tv/craftingvegeto
Understøttede Sprog 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
}