Robux to USD

Convert R$ to USD for Roblox +More

Robux to USD란 무엇입니까?

Robux to USD은(는) Hanfian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert R$ to USD for Roblox +More"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Robux to USD 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Will make it so that instead of displaying your Robux in your roblox account, it will be replaced with its USD value.
Contact Hanfian on Roblox or with twitter @HanfianRBX if you find any problems or want to suggest anything.

[RECENT UPDATE]
Game pages now show game videos!                    

확장 프로그램 기본 정보

이름 Robux to USD Robux to USD
ID bodeglehbhhophjohjfpddflimmhilod
공식 URL https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod
설명 Convert R$ to USD for Roblox +More
파일 크기 57.25 KB
설치 횟수 35,151
현재 버전 1.182
최근 업데이트 2019-02-11
출시 날짜 2019-02-10
평점 2.81/5 총 239 개의 평점
개발자 Hanfian
결제 유형 free
확장 프로그램 웹 사이트 https://www.roblox.com/users/5503999/profile
도움말 페이지 URL https://www.roblox.com/users/5503999/profile
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Robux to USD",
    "version": "1.182",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "Convert R$ to USD for Roblox +More",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "bg.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "extension.css"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}