Roblox 2019
Brings back the 2019 Roblox website
什么是Roblox 2019?
Roblox 2019是由Briann开发的Chrome扩展程序,该扩展的主要功能是“Brings back the 2019 Roblox website”。
扩展截图
下载Roblox 2019扩展crx文件
下载Roblox 2019扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Brings back the layout of the ROBLOX website in 2019
**You must have LIGHT MODE on for this extension to function properly**
Style/CSS Credits: GalactiCosmo & Loc. 扩展基本信息
| 名称 | |
| ID | dckpkfjeghhjmjjlajdclfklcobdccli |
| 官方URL | https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli |
| 简介 | Brings back the 2019 Roblox website |
| 文件大小 | 638 KB |
| 安装次数 | 8,000 |
| 当前版本 | 1.3 |
| 更新时间 | 2022-02-07 |
| 上架时间 | 2021-11-03 |
| 评分 | 4.33/5 共58次评分 |
| 开发者 | Briann |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://extensions.brianwalczak.com |
| 帮助页面URL | https://www.brianwalczak.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Roblox 2019",
"description": "Brings back the 2019 Roblox website",
"version": "1.3",
"author": "ComplexxBrian",
"content_scripts": [
{
"matches": [
"*:\/\/*.roblox.com\/*"
],
"js": [
"roblox.js"
]
}
],
"permissions": [],
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Roblox 2019",
"default_icon": "icon.png"
}
} | |