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…
Apa itu Ro-Customize?
Ro-Customize adalah ekstensi Chrome yang dikembangkan oleh AuroraDeveloper, dan fitur utamanya adalah "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ro-Customize
Unduh file ekstensi Ro-Customize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Ro-Customize |
ID | laoeehanpnodehnejiknhgghinngkhha |
URL Resmi | https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha |
Deskripsi | Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is… |
Ukuran File | 42.22 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-06-23 |
Tanggal Publikasi | 2019-06-23 |
Penilaian | 2.50/5 Total 58 Penilaian |
Pengembang | AuroraDeveloper |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |