Mine-Craft Steve Progress Bar for YouTube™
Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
Co to jest Mine-Craft Steve Progress Bar for YouTube™?
Mine-Craft Steve Progress Bar for YouTube™ to rozszerzenie Chrome opracowane przez Magic Dev, a jego główną funkcją jest „Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mine-Craft Steve Progress Bar for YouTube™
Pobierz pliki rozszerzeń Mine-Craft Steve Progress Bar for YouTube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
The main character of the game is now in your YouTube! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | adfohncenmofllmfhfnhidgnpcaeghci |
| Oficjalny URL | https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci |
| Opis | Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome! |
| Rozmiar pliku | 385 KB |
| Liczba instalacji | 42 |
| Aktualna Wersja | 1.18 |
| Ostatnia Aktualizacja | 2021-09-14 |
| Data Publikacji | 2021-09-14 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Magic Dev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mine-Craft Steve Progress Bar for YouTube\u2122",
"short_name": "Steve Progress Bar",
"version": "1.18",
"description": "Change Youtube\u2122 progress bar to Steve 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": [
"steave.gif"
]
} | |