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 |
电子邮箱 | [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*" ] } ] } |