Mine-Craft Diamond Progress Bar for YouTube™

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

Mine-Craft Diamond Progress Bar for YouTube™ là gì?

Mine-Craft Diamond 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 Diamond 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 Diamond Progress Bar for YouTube™

Tải xuống các tệp mở rộng Mine-Craft Diamond 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.

💎 A diamond from Mine-Craft in your YouTube™                    

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

Tên Mine-Craft Diamond Progress Bar for YouTube™ Mine-Craft Diamond Progress Bar for YouTube™
ID anljjebphnjfoinnnladcbacppfpkjbe
URL Chính Thức https://chrome.google.com/webstore/detail/mine-craft-diamond-progre/anljjebphnjfoinnnladcbacppfpkjbe
Mô tả Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!
Kích Thước Tệp 13.72 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-09-16
Ngày Phát Hành 2021-09-14
Đánh Giá 5.00/5 Tổng số 2 Đá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 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"
    ]
}