ft_blackhole
Shows how many days you have left before you get absorbed by the Blackhole.
ft_blackholeとは何ですか?
ft_blackholeはhaddiによって開発されたChromeの拡張機能で、その主な機能は「Shows how many days you have left before you get absorbed by the Blackhole.」です。
拡張機能のスクリーンショット
ft_blackhole拡張機能のCRXファイルをダウンロード
ft_blackhole拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |