Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Apa itu Vegeto Time - Beta?

Vegeto Time - Beta adalah ekstensi Chrome yang dikembangkan oleh Jake Barter, dan fitur utamanya adalah "This is CraftingVegetos very own chrome extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Vegeto Time - Beta

Unduh file ekstensi Vegeto Time - Beta dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
URL Resmi https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Deskripsi This is CraftingVegetos very own chrome extension
Ukuran File 363 KB
Jumlah Instalasi 486
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2019-12-24
Tanggal Publikasi 2019-12-20
Penilaian 4.97/5 Total 31 Penilaian
Pengembang Jake Barter
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.twitch.tv/craftingvegeto
Bahasa yang Didukung 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
}