Better Black Hole (42 Intra)

Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.

Qu'est-ce que Better Black Hole (42 Intra) ?

Better Black Hole (42 Intra) est une extension Chrome développée par JKCTech, et sa fonction principale est "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Better Black Hole (42 Intra)

Téléchargez les fichiers d'extension Better Black Hole (42 Intra) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Feeling pressured by the Black Hole and the counter that comes with it? With this extension, you are able to hide the demotivating countdown and sad emote, replacing it by a date and a motivating message.                    

Informations de Base sur l'Extension

Nom Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
URL Officiel https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Description Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Taille du Fichier 23.83 KB
Nombre d'Installations 513
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2020-09-16
Date de Publication 2020-09-10
Évaluation 5.00/5 Total 11 Évaluations
Développeur JKCTech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jkctech/betterblackhole
URL de la Page d'Aide https://github.com/jkctech/betterblackhole
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Black Hole (42 Intra)",
    "version": "1.0.0.2",
    "description": "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.",
    "author": "Jeffrey Koopman",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/profile.intra.42.fr\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/profile.intra.42.fr\/",
                "*:\/\/profile.intra.42.fr\/users\/*"
            ],
            "run_at": "document_start",
            "js": [
                "bbh.js"
            ],
            "css": [
                "bbh.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bbh_bg.js"
        ],
        "persistent": true
    }
}