Roblox Better Friends Visited
This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
什么是Roblox Better Friends Visited?
Roblox Better Friends Visited是由https://bg9.site开发的Chrome扩展程序,该扩展的主要功能是“This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.”。
扩展截图
下载Roblox Better Friends Visited扩展crx文件
下载Roblox Better Friends Visited扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
** fixed to work with latest update **
This extension revolutionizes Roblox's friends' visited banner on the home page by delivering a stunning redesign, while also providing precise game ratings and player counts.
If you experience any bugs or issues, feel free to message bg9 on Roblox. 扩展基本信息
| 名称 | |
| ID | lppmnchjiipllfomfmbfmehmgjdocghl |
| 官方URL | https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl |
| 简介 | This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count. |
| 文件大小 | 50.8 KB |
| 安装次数 | 273 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-07-08 |
| 上架时间 | 2023-06-08 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://bg9.site |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bg9.site |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Roblox Better Friends Visited",
"version": "1.1",
"manifest_version": 3,
"description": "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.",
"action": {
"default_icon": "\/icons\/icon128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.roblox.com\/home*"
],
"run_at": "document_end",
"js": [
"\/plugin.js"
]
}
]
} | |