Roblox Pro

Improve Roblox using the tools provided inside this extension.

Roblox Pro là gì?

Roblox Pro là một tiện ích mở rộng Chrome được phát triển bởi enyahs, và tính năng chính của nó là "Improve Roblox using the tools provided inside this extension.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Roblox Pro 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

                        Roblox Pro will make your life on Roblox a whole lot better by giving you features like game statistics on your favorite games! Its one of the only extensions that will calculate how much money games make on Roblox. We will be releasing more features in the future stay tuned!

Version 1.0.4

- Fixed catalog styling

Version 1.0.3

- You can now view stats of paid access games without needing access.
- New roblox play button has been aligned with game stats button.
- Updated to use new Roblox containers.

Version 1.0.0

- Catalog Items now show total sales.
- Minimal Computer Usage, optimized performance.
- Added Recommended Items back to products.                    

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

Tên Roblox Pro Roblox Pro
ID lajchlhgfdaopdpingpkefbggcegkgla
URL Chính Thức https://chromewebstore.google.com/detail/roblox-pro/lajchlhgfdaopdpingpkefbggcegkgla
Mô tả Improve Roblox using the tools provided inside this extension.
Kích Thước Tệp 22.67 KB
Số Lần Cài Đặt 74,124
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2022-06-04
Ngày Phát Hành 2020-01-04
Đánh Giá 3.87/5 Tổng số 143 Đánh Giá
Nhà Phát Triển enyahs
Email [email protected]
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": "Roblox Pro",
    "version": "1.0.8",
    "description": "Improve Roblox using the tools provided inside this extension.",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "default-src 'self' https:\/\/www.google-analytics.com 'self'",
    "content_scripts": [
        {
            "css": [
                ".\/css\/app.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                ".\/js\/app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        ".\/images\/*"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icons\/icon_128x128.png"
    },
    "permissions": [
        ""
    ],
    "icons": {
        "128": ".\/images\/icons\/icon_128x128.png"
    }
}