Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Τι είναι το Vegeto Time - Beta;

Το Vegeto Time - Beta είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jake Barter, και η κύρια λειτουργία του είναι "This is CraftingVegetos very own chrome extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vegeto Time - Beta

Λήψη αρχείων επέκτασης Vegeto Time - Beta σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
Επίσημο URL https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Περιγραφή This is CraftingVegetos very own chrome extension
Μέγεθος Αρχείου 363 KB
Αριθμός Εγκαταστάσεων 486
Τρέχουσα Έκδοση 0.5.0
Τελευταία Ενημέρωση 2019-12-24
Ημερομηνία Δημοσίευσης 2019-12-20
Αξιολόγηση 4.97/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής Jake Barter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.twitch.tv/craftingvegeto
Υποστηριζόμενες Γλώσσες 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
}