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
Eメール [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
}