Roblox Pro

Improve Roblox using the tools provided inside this extension.

Roblox Pro란 무엇입니까?

Roblox Pro은(는) enyahs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve Roblox using the tools provided inside this extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Roblox Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Roblox Pro Roblox Pro
ID lajchlhgfdaopdpingpkefbggcegkgla
공식 URL https://chromewebstore.google.com/detail/roblox-pro/lajchlhgfdaopdpingpkefbggcegkgla
설명 Improve Roblox using the tools provided inside this extension.
파일 크기 22.67 KB
설치 횟수 74,124
현재 버전 1.0.8
최근 업데이트 2022-06-04
출시 날짜 2020-01-04
평점 3.87/5 총 143 개의 평점
개발자 enyahs
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}