Better Black Hole (42 Intra)

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

Was ist Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) ist eine Chrome-Erweiterung, die von JKCTech entwickelt wurde, und ihr Hauptmerkmal ist "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Better Black Hole (42 Intra)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better Black Hole (42 Intra)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
Offizielle URL https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Beschreibung Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Dateigröße 23.83 KB
Installationsanzahl 513
Aktuelle Version 1.0.0.2
Letztes Update 2020-09-16
Veröffentlichungsdatum 2020-09-10
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler JKCTech
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jkctech/betterblackhole
Hilfeseite URL https://github.com/jkctech/betterblackhole
Unterstützte Sprachen 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
    }
}