Mine-Craft Steve Progress Bar for YouTube™

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

What is Mine-Craft Steve Progress Bar for YouTube™?

Mine-Craft Steve Progress Bar for YouTube™ is a Chrome extension developed by Magic Dev, and its main feature is "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!".

Extension Screenshots

screenshot

Download Mine-Craft Steve Progress Bar for YouTube™ Extension CRX File

Download Mine-Craft Steve Progress Bar for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Mine-Craft Steve Progress Bar for YouTube™ Mine-Craft Steve Progress Bar for YouTube™
ID adfohncenmofllmfhfnhidgnpcaeghci
Official URL https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci
Description Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
File Size 385 KB
Installation Count 42
Current Version 1.18
Last Updated 2021-09-14
Publish Date 2021-09-14
Rating 5.00/5 Total 1 Ratings
Developer Magic Dev
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}