ft_blackhole

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

Co je ft_blackhole?

ft_blackhole je rozšíření Chrome vyvinuté haddi, a jeho hlavní funkcí je „Shows how many days you have left before you get absorbed by the Blackhole.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ft_blackhole

Stáhněte si soubory rozšíření ft_blackhole ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ft_blackhole ft_blackhole
ID pofhnleglcpmmkkaohhadcmombagfeie
Oficiální URL https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie
Popis Shows how many days you have left before you get absorbed by the Blackhole.
Velikost souboru 36.07 KB
Počet instalací 183
Aktuální Verze 0.6
Poslední Aktualizace 2022-10-22
Datum Vydání 2022-03-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář haddi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mohamedhaddi/ft_blackhole
Podporované Jazyky 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"
            ]
        }
    ]
}