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 |
| 官方網址 | 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
} | |