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
官方網址 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"
            ]
        }
    ]
}