ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
Vad är ft_blackhole?
ft_blackhole är en Chrome-tillägg utvecklad av haddi, och dess huvudfunktion är "Shows how many days you have left before you get absorbed by the Blackhole.".
Tilläggsskärmbilder
Ladda ner ft_blackhole-förlängningens CRX-fil
Ladda ner ft_blackhole-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ft_blackhole |
ID | pofhnleglcpmmkkaohhadcmombagfeie |
Officiell webbadress | https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie |
Beskrivning | Shows how many days you have left before you get absorbed by the Blackhole. |
Filstorlek | 36.07 KB |
Antal Installationer | 183 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2022-10-22 |
Publiceringsdatum | 2022-03-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | haddi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mohamedhaddi/ft_blackhole |
Stödda Språk | 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" ] } ] } |