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…

Co to jest Ro-Customize?

Ro-Customize to rozszerzenie Chrome opracowane przez AuroraDeveloper, a jego główną funkcją jest „Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ro-Customize

Pobierz pliki rozszerzeń Ro-Customize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
Oficjalny URL https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
Opis Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
Rozmiar pliku 42.22 KB
Liczba instalacji 10,000
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-06-23
Data Publikacji 2019-06-23
Ocena 2.50/5 Łącznie 58 Oceny
Deweloper AuroraDeveloper
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}