Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Vad är Vegeto Time - Beta?

Vegeto Time - Beta är en Chrome-tillägg utvecklad av Jake Barter, och dess huvudfunktion är "This is CraftingVegetos very own chrome extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Vegeto Time - Beta-förlängningens CRX-fil

Ladda ner Vegeto Time - Beta-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Officiell webbadress https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Beskrivning This is CraftingVegetos very own chrome extension
Filstorlek 363 KB
Antal Installationer 486
Aktuell Version 0.5.0
Senast Uppdaterad 2019-12-24
Publiceringsdatum 2019-12-20
Betyg 4.97/5 Totalt 31 Betyg
Utvecklare Jake Barter
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.twitch.tv/craftingvegeto
Stödda Språk 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
}