Better Black Hole (42 Intra)

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

What is Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) is a Chrome extension developed by JKCTech, and its main feature is "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Better Black Hole (42 Intra) Extension CRX File

Download Better Black Hole (42 Intra) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
Official URL 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.
File Size 23.83 KB
Installation Count 513
Current Version 1.0.0.2
Last Updated 2020-09-16
Publish Date 2020-09-10
Rating 5.00/5 Total 11 Ratings
Developer JKCTech
Email [email protected]
Payment Type free
Extension Website https://github.com/jkctech/betterblackhole
Help Page URL https://github.com/jkctech/betterblackhole
Supported Languages 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
    }
}