ft_blackhole

ft_blackhole

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

Merlin
Additional files are visible only to premium users

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