ft_blackhole

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

ft_blackholeคืออะไร?

ft_blackhole เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haddi และคุณลักษณะหลักของมันคือ "Shows how many days you have left before you get absorbed by the Blackhole."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ft_blackhole

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}