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™是由Magic Dev開發的Chrome擴展程式,該擴展的主要功能是“Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!”。
擴展截圖
下載Mine-Craft Diamond Progress Bar for YouTube™擴展crx文件
下載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 |
官方網址 | 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" ] } |