Better Black Hole (42 Intra)

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

O que é Better Black Hole (42 Intra)?

Better Black Hole (42 Intra) é uma extensão do Chrome desenvolvida por JKCTech, e sua principal característica é "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Better Black Hole (42 Intra)

Baixe arquivos de extensão Better Black Hole (42 Intra) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
URL Oficial https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
Descrição Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Tamanho do Arquivo 23.83 KB
Contagem de Instalações 513
Versão Atual 1.0.0.2
Última Atualização 2020-09-16
Data de Publicação 2020-09-10
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor JKCTech
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jkctech/betterblackhole
URL da Página de Ajuda https://github.com/jkctech/betterblackhole
Idiomas Suportados 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
    }
}