Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

Vegeto Time - Beta là gì?

Vegeto Time - Beta là một tiện ích mở rộng Chrome được phát triển bởi Jake Barter, và tính năng chính của nó là "This is CraftingVegetos very own chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vegeto Time - Beta

Tải xuống các tệp mở rộng Vegeto Time - Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vegeto Time - Beta Vegeto Time - Beta
ID kclgpfamobnflkijagicppohnjlldkec
URL Chính Thức https://chrome.google.com/webstore/detail/vegeto-time-beta/kclgpfamobnflkijagicppohnjlldkec
Mô tả This is CraftingVegetos very own chrome extension
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 486
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2019-12-24
Ngày Phát Hành 2019-12-20
Đánh Giá 4.97/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Jake Barter
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twitch.tv/craftingvegeto
Ngôn Ngữ Được Hỗ Trợ 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
}