ROBUX to Dollars Display

Converts ROBUX amounts to American Dollars on the ROBLOX website.

ROBUX to Dollars Display là gì?

ROBUX to Dollars Display là một tiện ích mở rộng Chrome được phát triển bởi Stephen Leitnick, và tính năng chính của nó là "Converts ROBUX amounts to American Dollars on the ROBLOX website.".

Ả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 ROBUX to Dollars Display

Tải xuống các tệp mở rộng ROBUX to Dollars Display 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

                        Automatically appends the American Dollar amount to all ROBUX listings on the ROBLOX website. The conversion is based on the Developers Exchange rate, not the purchase rate. This is most useful for ROBLOX developers that use DevEx.                    

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

Tên ROBUX to Dollars Display ROBUX to Dollars Display
ID cjidafeffoionbhpaknjkmpgikdceojm
URL Chính Thức https://chrome.google.com/webstore/detail/robux-to-dollars-display/cjidafeffoionbhpaknjkmpgikdceojm
Mô tả Converts ROBUX amounts to American Dollars on the ROBLOX website.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2017-03-02
Ngày Phát Hành 2017-03-02
Đánh Giá 3.48/5 Tổng số 362 Đánh Giá
Nhà Phát Triển Stephen Leitnick
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ROBUX to Dollars Display",
    "description": "Converts ROBUX amounts to American Dollars on the ROBLOX website.",
    "version": "1.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.roblox.com\/*",
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "convert.js",
                "tracking.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}