Better Black Hole (42 Intra)

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

Vad är Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) är en Chrome-tillägg utvecklad av JKCTech, och dess huvudfunktion är "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Better Black Hole (42 Intra)-förlängningens CRX-fil

Ladda ner Better Black Hole (42 Intra)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
Officiell webbadress https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Beskrivning Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Filstorlek 23.83 KB
Antal Installationer 513
Aktuell Version 1.0.0.2
Senast Uppdaterad 2020-09-16
Publiceringsdatum 2020-09-10
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare JKCTech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jkctech/betterblackhole
Hjälpsida URL https://github.com/jkctech/betterblackhole
Stödda Språk 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
    }
}