ft_blackhole

Shows how many days you have left before you get absorbed by the Blackhole.

¿Qué es ft_blackhole?

ft_blackhole es una extensión de Chrome desarrollada por haddi, y su función principal es "Shows how many days you have left before you get absorbed by the Blackhole.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ft_blackhole

Descarga archivos de extensión ft_blackhole en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ft_blackhole ft_blackhole
ID pofhnleglcpmmkkaohhadcmombagfeie
URL Oficial https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie
Descripción Shows how many days you have left before you get absorbed by the Blackhole.
Tamaño del Archivo 36.07 KB
Cantidad de Instalaciones 183
Versión Actual 0.6
Última Actualización 2022-10-22
Fecha de Publicación 2022-03-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador haddi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mohamedhaddi/ft_blackhole
Idiomas Soportados 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"
            ]
        }
    ]
}