ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
Hvad er ft_blackhole?
ft_blackhole er en Chrome-udvidelse udviklet af haddi, og dens hovedfunktion er "Shows how many days you have left before you get absorbed by the Blackhole.".
Udvidelsesskærmbilleder
Download ft_blackhole-udvidelses-CRX-fil
Download ft_blackhole-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple extension that shows how many days a user has left until the date of the deadline (Blackhole) on https://intra.42.fr and shows it in right under the date in the "Black Hole absorption" section of their profile. For any feature requests or problems, feel free to open an issue on the GitHub repository, or create a pull request. Source code on GitHub: https://github.com/mohamedhaddi/ft_blackhole
Grundlæggende oplysninger om udvidelsen
Navn | ft_blackhole |
ID | pofhnleglcpmmkkaohhadcmombagfeie |
Officiel URL | https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie |
Beskrivelse | Shows how many days you have left before you get absorbed by the Blackhole. |
Filstørrelse | 36.07 KB |
Antal Installationer | 183 |
Nuværende Version | 0.6 |
Senest Opdateret | 2022-10-22 |
Udgivelsesdato | 2022-03-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | haddi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mohamedhaddi/ft_blackhole |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ft_blackhole", "version": "0.6", "description": "Shows how many days you have left before you get absorbed by the Blackhole.", "icons": { "48": "icons\/blackhole.png" }, "content_scripts": [ { "matches": [ "https:\/\/profile.intra.42.fr\/", "https:\/\/profile.intra.42.fr\/users\/*", "https:\/\/profile.intra.42.fr\/users\/*\/" ], "js": [ "ft_blackhole.js" ] } ] } |