Custom Background Roblox
Custom Background for roblox avatar editor
什么是Custom Background Roblox?
Custom Background Roblox是由sk2lly开发的Chrome扩展程序,该扩展的主要功能是“Custom Background for roblox avatar editor”。
扩展截图
下载Custom Background Roblox扩展crx文件
下载Custom Background Roblox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF 扩展基本信息
| 名称 | |
| ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| 官方URL | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| 简介 | Custom Background for roblox avatar editor |
| 文件大小 | 1.43 MB |
| 安装次数 | 1,733 |
| 当前版本 | 3.0.3 |
| 更新时间 | 2021-12-17 |
| 上架时间 | 2021-07-05 |
| 评分 | 2.78/5 共9次评分 |
| 开发者 | sk2lly |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://paypal.me/sk2lly |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom Background Roblox",
"description": "Custom Background for roblox avatar editor",
"version": "3.0.3",
"content_scripts": [
{
"js": [
"\/js\/bg.js"
],
"matches": [
"*:\/\/*.roblox.com\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"icons": {
"128": "BG_128.png"
},
"content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/roblox.com; object-src 'self'",
"browser_action": {
"default_icon": "bg.png"
}
} | |