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 |
官方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" ] } |