Robux to Euro

Converts Robux to Euros

Wat is Robux to Euro?

Robux to Euro is een Chrome-extensie ontwikkeld door Bertox, en de belangrijkste functie is "Converts Robux to Euros".

Extensie Screenshots

Download het CRX-bestand van de extensie Robux to Euro

Download Robux to Euro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun.                    

Basisinformatie over de Extensie

Naam Robux to Euro Robux to Euro
ID fddgnnipkoknfbagbjlhnmljhffjeiml
Officiële URL https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml
Beschrijving Converts Robux to Euros
Bestandsgrootte 54.12 KB
Aantal Installaties 636
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2020-12-30
Publicatiedatum 2020-12-30
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Bertox
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}