repdev
Embed Roblox's new Creator Dashboard into the old /develop page
什么是repdev?
repdev是由imacodr开发的Chrome扩展程序,该扩展的主要功能是“Embed Roblox's new Creator Dashboard into the old /develop page”。
扩展截图
下载repdev扩展crx文件
下载repdev扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A very simple extension to embed the new Roblox Creator Dashboard into the old /develop page. 扩展基本信息
| 名称 | |
| ID | moelpcgpbninfpbabbjhedhkmjmfjoic |
| 官方URL | https://chromewebstore.google.com/detail/repdev/moelpcgpbninfpbabbjhedhkmjmfjoic |
| 简介 | Embed Roblox's new Creator Dashboard into the old /develop page |
| 文件大小 | 9.41 KB |
| 安装次数 | 53 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-03-28 |
| 上架时间 | 2023-03-28 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | imacodr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/imacodr/repdev |
| 帮助页面URL | https://github.com/imacodr/repdev |
| 隐私政策页面URL | https://samuel.perillo.dev/grammarpolice/privacypolicy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "repdev",
"description": "Embed Roblox's new Creator Dashboard into the old \/develop page",
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.roblox.com\/develop"
],
"js": [
"roblox.js"
]
}
]
} | |