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 là gì?

Ro-Customize là một tiện ích mở rộng Chrome được phát triển bởi AuroraDeveloper, và tính năng chính của nó là "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ro-Customize

Tải xuống các tệp mở rộng Ro-Customize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
URL Chính Thức https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
Mô tả Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
Kích Thước Tệp 42.22 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-06-23
Ngày Phát Hành 2019-06-23
Đánh Giá 2.50/5 Tổng số 58 Đánh Giá
Nhà Phát Triển AuroraDeveloper
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}