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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}