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…
Vad är Ro-Customize?
Ro-Customize är en Chrome-tillägg utvecklad av AuroraDeveloper, och dess huvudfunktion är "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".
Tilläggsskärmbilder
Ladda ner Ro-Customize-förlängningens CRX-fil
Ladda ner Ro-Customize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Ro-Customize |
ID | laoeehanpnodehnejiknhgghinngkhha |
Officiell webbadress | https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha |
Beskrivning | Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is… |
Filstorlek | 42.22 KB |
Antal Installationer | 10,000 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2019-06-23 |
Publiceringsdatum | 2019-06-23 |
Betyg | 2.50/5 Totalt 58 Betyg |
Utvecklare | AuroraDeveloper |
Betalningssätt | free |
Stödda Språk | 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" ] } } |