Better Black Hole (42 Intra)

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

Cos'è Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) è un'estensione di Chrome sviluppata da JKCTech, e la sua funzione principale è "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Better Black Hole (42 Intra)

Scarica i file di estensione Better Black Hole (42 Intra) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
URL Ufficiale https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Descrizione Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Dimensione del File 23.83 KB
Conteggio Installazioni 513
Versione Corrente 1.0.0.2
Ultimo Aggiornamento 2020-09-16
Data di Pubblicazione 2020-09-10
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore JKCTech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jkctech/betterblackhole
URL della Pagina di Aiuto https://github.com/jkctech/betterblackhole
Lingue Supportate 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
    }
}