Better Black Hole (42 Intra)

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

Apa itu Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) adalah ekstensi Chrome yang dikembangkan oleh JKCTech, dan fitur utamanya adalah "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Better Black Hole (42 Intra)

Unduh file ekstensi Better Black Hole (42 Intra) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
URL Resmi https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Deskripsi Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Ukuran File 23.83 KB
Jumlah Instalasi 513
Versi Saat Ini 1.0.0.2
Terakhir Diperbarui 2020-09-16
Tanggal Publikasi 2020-09-10
Penilaian 5.00/5 Total 11 Penilaian
Pengembang JKCTech
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jkctech/betterblackhole
URL Halaman Bantuan https://github.com/jkctech/betterblackhole
Bahasa yang Didukung 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
    }
}