Better Black Hole (42 Intra)
Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Wat is Better Black Hole (42 Intra)?
Better Black Hole (42 Intra) is een Chrome-extensie ontwikkeld door JKCTech, en de belangrijkste functie is "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Black Hole (42 Intra)
Download Better Black Hole (42 Intra)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Better Black Hole (42 Intra) |
ID | oimhggembfdoaimpkppcpdjnfejiakbf |
Officiële URL | https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf |
Beschrijving | Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience. |
Bestandsgrootte | 23.83 KB |
Aantal Installaties | 513 |
Huidige Versie | 1.0.0.2 |
Laatst Bijgewerkt | 2020-09-16 |
Publicatiedatum | 2020-09-10 |
Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
Ontwikkelaar | JKCTech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jkctech/betterblackhole |
Help Pagina-URL | https://github.com/jkctech/betterblackhole |
Ondersteunde Talen | 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 } } |