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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Black Hole (42 Intra) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
    }
}