Robux to Euro
Converts Robux to Euros
Vad är Robux to Euro?
Robux to Euro är en Chrome-tillägg utvecklad av Bertox, och dess huvudfunktion är "Converts Robux to Euros".
Tilläggsskärmbilder
Ladda ner Robux to Euro-förlängningens CRX-fil
Ladda ner Robux to Euro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun. Grundläggande Information om Tillägg
| Namn | |
| ID | fddgnnipkoknfbagbjlhnmljhffjeiml |
| Officiell webbadress | https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml |
| Beskrivning | Converts Robux to Euros |
| Filstorlek | 54.12 KB |
| Antal Installationer | 636 |
| Aktuell Version | 0.0.0.2 |
| Senast Uppdaterad | 2020-12-30 |
| Publiceringsdatum | 2020-12-30 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | Bertox |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |