ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
ft_blackhole क्या है?
ft_blackhole haddi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows how many days you have left before you get absorbed by the Blackhole."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ft_blackhole एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | ft_blackhole |
ID | pofhnleglcpmmkkaohhadcmombagfeie |
आधिकारिक URL | https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie |
विवरण | Shows how many days you have left before you get absorbed by the Blackhole. |
फ़ाइल का आकार | 36.07 KB |
स्थापना संख्या | 183 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2022-10-22 |
प्रकाशन तिथि | 2022-03-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | haddi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mohamedhaddi/ft_blackhole |
समर्थित भाषाएँ | 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" ] } ] } |