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…

¿Qué es Ro-Customize?

Ro-Customize es una extensión de Chrome desarrollada por AuroraDeveloper, y su función principal es "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ro-Customize

Descarga archivos de extensión Ro-Customize en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
URL Oficial https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
Descripción Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
Tamaño del Archivo 42.22 KB
Cantidad de Instalaciones 10,000
Versión Actual 0.2
Última Actualización 2019-06-23
Fecha de Publicación 2019-06-23
Calificación 2.50/5 Total de 58 Calificaciones
Desarrollador AuroraDeveloper
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}