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™คืออะไร?
Mine-Craft Diamond Progress Bar for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Dev และคุณลักษณะหลักของมันคือ "Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mine-Craft Diamond Progress Bar for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Mine-Craft Diamond 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. 💎 A diamond from Mine-Craft in your YouTube™
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | anljjebphnjfoinnnladcbacppfpkjbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mine-craft-diamond-progre/anljjebphnjfoinnnladcbacppfpkjbe |
คำอธิบาย | Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome! |
ขนาดไฟล์ | 13.72 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-09-16 |
วันที่เผยแพร่ | 2021-09-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Magic Dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |