ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
ما هو ft_blackhole؟
ft_blackhole هو إضافة Chrome تم تطويرها بواسطة haddi، والميزة الرئيسية لها هي "Shows how many days you have left before you get absorbed by the Blackhole.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ft_blackhole
قم بتنزيل ملفات الامتداد ft_blackhole بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |