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
官方網址 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
    }
}