Mine-Craft Diamond Progress Bar for YouTube™

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

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

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

Extension Screenshots

screenshot

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

Download Mine-Craft Diamond 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.

💎 A diamond from Mine-Craft in your YouTube™                    

Extension Basic Information

Name Mine-Craft Diamond Progress Bar for YouTube™ Mine-Craft Diamond Progress Bar for YouTube™
ID anljjebphnjfoinnnladcbacppfpkjbe
Official URL https://chrome.google.com/webstore/detail/mine-craft-diamond-progre/anljjebphnjfoinnnladcbacppfpkjbe
Description Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!
File Size 13.72 KB
Installation Count 90
Current Version 1.1.1
Last Updated 2021-09-16
Publish Date 2021-09-14
Rating 5.00/5 Total 2 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 Diamond Progress Bar for YouTube\u2122",
    "short_name": "Diamon Progress Bar",
    "version": "1.1.1",
    "description": "Change Youtube\u2122 progress bar to Diamond 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": [
        "icons\/icon128.png"
    ]
}