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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
            ]
        }
    ]
}