Better Roblox Badges Extension
Improves Roblox Badges.
什么是Better Roblox Badges Extension?
Better Roblox Badges Extension是由https://jmk.gg开发的Chrome扩展程序,该扩展的主要功能是“Improves Roblox Badges.”。
扩展截图
下载Better Roblox Badges Extension扩展crx文件
下载Better Roblox Badges Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Better Roblox Badges Extension adds multiple new Roblox Badges to the roblox.com website.
To use, just visit a user's profile and they will have new badges!
Additional badges:
- UGC Creator
- Accelerator
- Star Creator
- 10K, 100K, 1M, 5M, 10M Visits
- 1, 2, 3, 4, 5, 10 Year Veteran
GitHub: https://github.com/jmkd3v/Better-Roblox-Badges-Extension 扩展基本信息
| 名称 | |
| ID | hipmiiggbfeojoehjibeedjpfpjiogel |
| 官方URL | https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel |
| 简介 | Improves Roblox Badges. |
| 文件大小 | 4.55 KB |
| 安装次数 | 10,152 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-12-17 |
| 上架时间 | 2021-07-25 |
| 评分 | 4.27/5 共45次评分 |
| 开发者 | https://jmk.gg |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://twitter.com/jmkdev |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Roblox Badges Extension",
"version": "1.0.1",
"manifest_version": 3,
"description": "Improves Roblox Badges.",
"homepage_url": "http:\/\/jmk.gg",
"content_scripts": [
{
"js": [
"inject.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js",
"style.css"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.roblox.com\/*"
]
} | |