ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
O que é ft_blackhole?
ft_blackhole é uma extensão do Chrome desenvolvida por haddi, e sua principal característica é "Shows how many days you have left before you get absorbed by the Blackhole.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ft_blackhole
Baixe arquivos de extensão ft_blackhole no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ft_blackhole |
ID | pofhnleglcpmmkkaohhadcmombagfeie |
URL Oficial | https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie |
Descrição | Shows how many days you have left before you get absorbed by the Blackhole. |
Tamanho do Arquivo | 36.07 KB |
Contagem de Instalações | 183 |
Versão Atual | 0.6 |
Última Atualização | 2022-10-22 |
Data de Publicação | 2022-03-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | haddi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mohamedhaddi/ft_blackhole |
Idiomas Suportados | 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" ] } ] } |