Better Black Hole (42 Intra)
Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Better Black Hole (42 Intra) là gì?
Better Black Hole (42 Intra) là một tiện ích mở rộng Chrome được phát triển bởi JKCTech, và tính năng chính của nó là "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Black Hole (42 Intra)
Tải xuống các tệp mở rộng Better Black Hole (42 Intra) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Feeling pressured by the Black Hole and the counter that comes with it? With this extension, you are able to hide the demotivating countdown and sad emote, replacing it by a date and a motivating message.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Black Hole (42 Intra) |
ID | oimhggembfdoaimpkppcpdjnfejiakbf |
URL Chính Thức | https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf |
Mô tả | Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience. |
Kích Thước Tệp | 23.83 KB |
Số Lần Cài Đặt | 513 |
Phiên Bản Hiện Tại | 1.0.0.2 |
Cập Nhật Lần Cuối | 2020-09-16 |
Ngày Phát Hành | 2020-09-10 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | JKCTech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jkctech/betterblackhole |
URL Trang Trợ Giúp | https://github.com/jkctech/betterblackhole |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Black Hole (42 Intra)", "version": "1.0.0.2", "description": "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.", "author": "Jeffrey Koopman", "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/profile.intra.42.fr\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/profile.intra.42.fr\/", "*:\/\/profile.intra.42.fr\/users\/*" ], "run_at": "document_start", "js": [ "bbh.js" ], "css": [ "bbh.css" ] } ], "background": { "scripts": [ "bbh_bg.js" ], "persistent": true } } |