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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |