ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
Что такое ft_blackhole?
ft_blackhole - это расширение Chrome, разработанное haddi, и его основная функция - "Shows how many days you have left before you get absorbed by the Blackhole.".
Снимки экрана расширения
Скачать файл CRX расширения ft_blackhole
Скачайте файлы расширений ft_blackhole в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple extension that shows how many days a user has left until the date of the deadline (Blackhole) on https://intra.42.fr and shows it in right under the date in the "Black Hole absorption" section of their profile. For any feature requests or problems, feel free to open an issue on the GitHub repository, or create a pull request. Source code on GitHub: https://github.com/mohamedhaddi/ft_blackhole
Основная информация о расширении
Название | ft_blackhole |
ID | pofhnleglcpmmkkaohhadcmombagfeie |
Официальный URL | https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie |
Описание | Shows how many days you have left before you get absorbed by the Blackhole. |
Размер файла | 36.07 KB |
Количество установок | 183 |
Текущая Версия | 0.6 |
Последнее Обновление | 2022-10-22 |
Дата публикации | 2022-03-24 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | haddi |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mohamedhaddi/ft_blackhole |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ft_blackhole", "version": "0.6", "description": "Shows how many days you have left before you get absorbed by the Blackhole.", "icons": { "48": "icons\/blackhole.png" }, "content_scripts": [ { "matches": [ "https:\/\/profile.intra.42.fr\/", "https:\/\/profile.intra.42.fr\/users\/*", "https:\/\/profile.intra.42.fr\/users\/*\/" ], "js": [ "ft_blackhole.js" ] } ] } |