Better Black Hole (42 Intra)

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

什么是Better Black Hole (42 Intra)?

Better Black Hole (42 Intra)是由JKCTech开发的Chrome扩展程序,该扩展的主要功能是“Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.”。

扩展截图

screenshot
screenshot
screenshot

下载Better Black Hole (42 Intra)扩展crx文件

下载Better Black Hole (42 Intra)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Better Black Hole (42 Intra) Better Black Hole (42 Intra)
ID oimhggembfdoaimpkppcpdjnfejiakbf
官方URL https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf
简介 Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
文件大小 23.83 KB
安装次数 513
当前版本 1.0.0.2
更新时间 2020-09-16
上架时间 2020-09-10
评分 5.00/5 共11次评分
开发者 JKCTech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jkctech/betterblackhole
帮助页面URL https://github.com/jkctech/betterblackhole
支持的语言 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
    }
}