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文件

下载Mine-Craft Steve Progress Bar for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}