Mine-Craft Diamond Progress Bar for YouTube™
Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!
Wat is Mine-Craft Diamond Progress Bar for YouTube™?
Mine-Craft Diamond Progress Bar for YouTube™ is een Chrome-extensie ontwikkeld door Magic Dev, en de belangrijkste functie is "Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!".
Extensie Screenshots
Download het CRX-bestand van de extensie Mine-Craft Diamond Progress Bar for YouTube™
Download Mine-Craft Diamond Progress Bar for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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™
Basisinformatie over de Extensie
Naam | |
ID | anljjebphnjfoinnnladcbacppfpkjbe |
Officiële URL | https://chrome.google.com/webstore/detail/mine-craft-diamond-progre/anljjebphnjfoinnnladcbacppfpkjbe |
Beschrijving | Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome! |
Bestandsgrootte | 13.72 KB |
Aantal Installaties | 90 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2021-09-16 |
Publicatiedatum | 2021-09-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Magic Dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |