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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Ro-Customize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | laoeehanpnodehnejiknhgghinngkhha |
官方網址 | 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" ] } } |