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™ là gì?

Mine-Craft Steve Progress Bar for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Magic Dev, và tính năng chính của nó là "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mine-Craft Steve Progress Bar for YouTube™

Tải xuống các tệp mở rộng Mine-Craft Steve Progress Bar for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mine-Craft Steve Progress Bar for YouTube™ Mine-Craft Steve Progress Bar for YouTube™
ID adfohncenmofllmfhfnhidgnpcaeghci
URL Chính Thức https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci
Mô tả Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.18
Cập Nhật Lần Cuối 2021-09-14
Ngày Phát Hành 2021-09-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Magic Dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}