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 |
| Eメール | [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
} | |