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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
    }
}