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 |
官方網址 | 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 |
電子郵箱 | [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*" ] } ] } |