Robux to Euro
Converts Robux to Euros
什么是Robux to Euro?
Robux to Euro是由Bertox开发的Chrome扩展程序,该扩展的主要功能是“Converts Robux to Euros”。
扩展截图
下载Robux to Euro扩展crx文件
下载Robux to Euro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun. 扩展基本信息
| 名称 | |
| ID | fddgnnipkoknfbagbjlhnmljhffjeiml |
| 官方URL | https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml |
| 简介 | Converts Robux to Euros |
| 文件大小 | 54.12 KB |
| 安装次数 | 636 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2020-12-30 |
| 上架时间 | 2020-12-30 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | Bertox |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Robux to Euro",
"version": "0.0.0.2",
"description": "Converts Robux to Euros",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/www.roblox.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"images\/*.png"
],
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |