Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

¿Qué es Vegeto Time - Beta?

Vegeto Time - Beta es una extensión de Chrome desarrollada por Jake Barter, y su función principal es "This is CraftingVegetos very own chrome extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Vegeto Time - Beta

Descarga archivos de extensión Vegeto Time - Beta en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
URL Oficial https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Descripción This is CraftingVegetos very own chrome extension
Tamaño del Archivo 363 KB
Cantidad de Instalaciones 486
Versión Actual 0.5.0
Última Actualización 2019-12-24
Fecha de Publicación 2019-12-20
Calificación 4.97/5 Total de 31 Calificaciones
Desarrollador Jake Barter
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.twitch.tv/craftingvegeto
Idiomas Soportados 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
}