Ro-Customize

Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…

Cos'è Ro-Customize?

Ro-Customize è un'estensione di Chrome sviluppata da AuroraDeveloper, e la sua funzione principale è "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ro-Customize

Scarica i file di estensione Ro-Customize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ro-Customize is used to stylize your roblox webpage(see image(s) below)...

IT DOES NOT GIVE YOU FREE ROBUX, ETC!!!

Feedback is much appreciated, thanks! :)

Instructions:
-Click the Ro-Customize Icon
-Fill in the specified boxes
-Click Submit when done(or cancel)

To disable the extension from changing the page, click on the disable check box on the far bottom!                    

Informazioni di Base sull'Estensione

Nome Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
URL Ufficiale https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
Descrizione Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
Dimensione del File 42.22 KB
Conteggio Installazioni 10,000
Versione Corrente 0.2
Ultimo Aggiornamento 2019-06-23
Data di Pubblicazione 2019-06-23
Valutazione 2.50/5 Totale 58 Valutazioni
Sviluppatore AuroraDeveloper
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ro-Customize",
    "version": "0.2",
    "browser_action": {
        "default_icon": "Images\/icon.png"
    },
    "web_accessible_resources": [
        "Images\/Logo.png",
        "Images\/background.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "WallPaper.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "Background.js"
        ]
    }
}