Mine-Craft Steve Progress Bar for YouTube™

Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!

Mine-Craft Steve Progress Bar for YouTube™란 무엇입니까?

Mine-Craft Steve Progress Bar for YouTube™은(는) Magic Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!"입니다.

확장 프로그램 스크린샷

screenshot

Mine-Craft Steve Progress Bar for YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Make the progress bar of the Youtube player more fun and beautiful!

The extension offers a fun animated progress bar instead of the boring classic YouTube strip.

The main character of the game is now in your YouTube!                    

확장 프로그램 기본 정보

이름 Mine-Craft Steve Progress Bar for YouTube™ Mine-Craft Steve Progress Bar for YouTube™
ID adfohncenmofllmfhfnhidgnpcaeghci
공식 URL https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci
설명 Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
파일 크기 385 KB
설치 횟수 42
현재 버전 1.18
최근 업데이트 2021-09-14
출시 날짜 2021-09-14
평점 5.00/5 총 1 개의 평점
개발자 Magic Dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Steve Progress Bar for YouTube\u2122",
    "short_name": "Steve Progress Bar",
    "version": "1.18",
    "description": "Change Youtube\u2122 progress bar to Steve from Mine-Craft. Make your Youtube\u2122 player awesome!",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "steave.gif"
    ]
}