Hello, Roblox!
Return the old greeting that we all missed!
Hello, Roblox!とは何ですか?
Hello, Roblox!はThe_Woozooによって開発されたChromeの拡張機能で、その主な機能は「Return the old greeting that we all missed!」です。
拡張機能のスクリーンショット
Hello, Roblox!拡張機能のCRXファイルをダウンロード
Hello, Roblox!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
拡張機能の基本情報
名前 | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
公式URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
説明 | Return the old greeting that we all missed! |
ファイルサイズ | 19.71 KB |
インストール数 | 115 |
現在のバージョン | 0.2.1 |
最終更新日 | 2024-01-21 |
公開日 | 2023-10-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | The_Woozoo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dvuzu/hello-roblox |
ヘルプページのURL | https://github.com/dvuzu/hello-roblox/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hello, Roblox!", "description": "Return the old greeting that we all missed!", "version": "0.2.1", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "js": [ "main.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.roblox.com\/home*" ] } ] } |