Better Black Hole (42 Intra)
Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.
Better Black Hole (42 Intra)とは何ですか?
Better Black Hole (42 Intra)はJKCTechによって開発されたChromeの拡張機能で、その主な機能は「Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.」です。
拡張機能のスクリーンショット
Better Black Hole (42 Intra)拡張機能のCRXファイルをダウンロード
Better Black Hole (42 Intra)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feeling pressured by the Black Hole and the counter that comes with it? With this extension, you are able to hide the demotivating countdown and sad emote, replacing it by a date and a motivating message.
拡張機能の基本情報
名前 | Better Black Hole (42 Intra) |
ID | oimhggembfdoaimpkppcpdjnfejiakbf |
公式URL | https://chromewebstore.google.com/detail/better-black-hole-42-intr/oimhggembfdoaimpkppcpdjnfejiakbf |
説明 | Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience. |
ファイルサイズ | 23.83 KB |
インストール数 | 513 |
現在のバージョン | 1.0.0.2 |
最終更新日 | 2020-09-16 |
公開日 | 2020-09-10 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | JKCTech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jkctech/betterblackhole |
ヘルプページのURL | https://github.com/jkctech/betterblackhole |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Black Hole (42 Intra)", "version": "1.0.0.2", "description": "Display the 42 Intra Black Hole in a less stressing way, making it a more wholesome experience.", "author": "Jeffrey Koopman", "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/profile.intra.42.fr\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/profile.intra.42.fr\/", "*:\/\/profile.intra.42.fr\/users\/*" ], "run_at": "document_start", "js": [ "bbh.js" ], "css": [ "bbh.css" ] } ], "background": { "scripts": [ "bbh_bg.js" ], "persistent": true } } |