ft_blackhole

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

Cos'è ft_blackhole?

ft_blackhole è un'estensione di Chrome sviluppata da haddi, e la sua funzione principale è "Shows how many days you have left before you get absorbed by the Blackhole.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ft_blackhole

Scarica i file di estensione ft_blackhole in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ft_blackhole ft_blackhole
ID pofhnleglcpmmkkaohhadcmombagfeie
URL Ufficiale https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie
Descrizione Shows how many days you have left before you get absorbed by the Blackhole.
Dimensione del File 36.07 KB
Conteggio Installazioni 183
Versione Corrente 0.6
Ultimo Aggiornamento 2022-10-22
Data di Pubblicazione 2022-03-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore haddi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mohamedhaddi/ft_blackhole
Lingue Supportate 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"
            ]
        }
    ]
}