ft_blackhole

Shows how many days you have left before you get absorbed by the Blackhole.

ft_blackhole là gì?

ft_blackhole là một tiện ích mở rộng Chrome được phát triển bởi haddi, và tính năng chính của nó là "Shows how many days you have left before you get absorbed by the Blackhole.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ft_blackhole

Tải xuống các tệp mở rộng ft_blackhole 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ft_blackhole ft_blackhole
ID pofhnleglcpmmkkaohhadcmombagfeie
URL Chính Thức https://chromewebstore.google.com/detail/ftblackhole/pofhnleglcpmmkkaohhadcmombagfeie
Mô tả Shows how many days you have left before you get absorbed by the Blackhole.
Kích Thước Tệp 36.07 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2022-10-22
Ngày Phát Hành 2022-03-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển haddi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mohamedhaddi/ft_blackhole
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}