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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Dev และคุณลักษณะหลักของมันคือ "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mine-Craft Steve Progress Bar for YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}