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…
Hvad er Ro-Customize?
Ro-Customize er en Chrome-udvidelse udviklet af AuroraDeveloper, og dens hovedfunktion er "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".
Udvidelsesskærmbilleder
Download Ro-Customize-udvidelses-CRX-fil
Download Ro-Customize-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | laoeehanpnodehnejiknhgghinngkhha |
| Officiel URL | https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha |
| Beskrivelse | Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is… |
| Filstørrelse | 42.22 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2019-06-23 |
| Udgivelsesdato | 2019-06-23 |
| Bedømmelse | 2.50/5 Samlet 58 Bedømmelser |
| Udvikler | AuroraDeveloper |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |