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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}