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…

Ro-Customize क्या है?

Ro-Customize AuroraDeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ro-Customize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
आधिकारिक URL https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
विवरण Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
फ़ाइल का आकार 42.22 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-06-23
प्रकाशन तिथि 2019-06-23
रेटिंग 2.50/5 कुल 58 रेटिंग्स
डेवलपर AuroraDeveloper
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}