Better Black Hole (42 Intra)
Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Co je Better Black Hole (42 Intra)?
Better Black Hole (42 Intra) je rozšíření Chrome vyvinuté JKCTech, a jeho hlavní funkcí je „Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Black Hole (42 Intra)
Stáhněte si soubory rozšíření Better Black Hole (42 Intra) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Better Black Hole (42 Intra) |
ID | oimhggembfdoaimpkppcpdjnfejiakbf |
Oficiální URL | https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf |
Popis | Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience. |
Velikost souboru | 23.83 KB |
Počet instalací | 513 |
Aktuální Verze | 1.0.0.2 |
Poslední Aktualizace | 2020-09-16 |
Datum Vydání | 2020-09-10 |
Hodnocení | 5.00/5 Celkem 11 Hodnocení |
Vývojář | JKCTech |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jkctech/betterblackhole |
URL Stránky Nápovědy | https://github.com/jkctech/betterblackhole |
Podporované Jazyky | 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 } } |