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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JKCTech และคุณลักษณะหลักของมันคือ "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Black Hole (42 Intra)

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}