Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Что такое Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin - это расширение Chrome, разработанное eduardo.u24, и его основная функция - "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".
Снимки экрана расширения
Скачать файл CRX расширения Motherf_ck_ng Purple Lightsaber Plugin
Скачайте файлы расширений Motherf_ck_ng Purple Lightsaber Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes the color of the Starwars Youtube to Purple.
Основная информация о расширении
Название | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
Официальный URL | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Описание | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Размер файла | 3.42 KB |
Количество установок | 250 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-11-27 |
Дата публикации | 2015-11-27 |
Рейтинг | 2.94/5 Всего 16 оценок |
Разработчик | eduardo.u24 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motherf_ck_ng Purple Lightsaber Plugin", "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.", "version": "1.0", "content_scripts": [ { "css": [ "purplelightsaber.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ] } |