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 |
Eメール | [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" ] } |