Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Что такое Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar - это расширение Chrome, разработанное Magic Dev, и его основная функция - "Change the red color to a custom YouTube progress bar color".
Снимки экрана расширения
Скачать файл CRX расширения Custom Color for YouTube's Progress Bar
Скачайте файлы расширений Custom Color for YouTube's Progress Bar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change Youtube™ progress bar to custom color. Make your Youtube™ player awesome! - The ability to choose the color yourself - Selection of beautiful colors for the progress bar - Color preservation. You don't have to choose a color every time ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ------------------- Leave your feedback :)
Основная информация о расширении
Название | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
Официальный URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Описание | Change the red color to a custom YouTube progress bar color |
Размер файла | 50.95 KB |
Количество установок | 1,092 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2022-11-05 |
Дата публикации | 2022-08-22 |
Рейтинг | 4.10/5 Всего 20 оценок |
Разработчик | Magic Dev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Color for YouTube's Progress Bar", "description": "Change the red color to a custom YouTube progress bar color", "version": "1.0.3", "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "storage" ] } |