ft_blackhole

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

Wat is ft_blackhole?

ft_blackhole is een Chrome-extensie ontwikkeld door haddi, en de belangrijkste functie is "Shows how many days you have left before you get absorbed by the Blackhole.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ft_blackhole

Download ft_blackhole-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ft_blackhole ft_blackhole
ID pofhnleglcpmmkkaohhadcmombagfeie
Officiële URL https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie
Beschrijving Shows how many days you have left before you get absorbed by the Blackhole.
Bestandsgrootte 36.07 KB
Aantal Installaties 183
Huidige Versie 0.6
Laatst Bijgewerkt 2022-10-22
Publicatiedatum 2022-03-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar haddi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mohamedhaddi/ft_blackhole
Ondersteunde Talen 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"
            ]
        }
    ]
}