Vegeto Time - Beta

This is CraftingVegetos very own chrome extension

什么是Vegeto Time - Beta?

Vegeto Time - Beta是由Jake Barter开发的Chrome扩展程序,该扩展的主要功能是“This is CraftingVegetos very own chrome extension”。

扩展截图

screenshot
screenshot
screenshot

下载Vegeto Time - Beta扩展crx文件

下载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
}