Robux to Euro

Converts Robux to Euros

Robux to Euro là gì?

Robux to Euro là một tiện ích mở rộng Chrome được phát triển bởi Bertox, và tính năng chính của nó là "Converts Robux to Euros".

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

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

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

                        This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun.                    

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

Tên Robux to Euro Robux to Euro
ID fddgnnipkoknfbagbjlhnmljhffjeiml
URL Chính Thức https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml
Mô tả Converts Robux to Euros
Kích Thước Tệp 54.12 KB
Số Lần Cài Đặt 636
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2020-12-30
Ngày Phát Hành 2020-12-30
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Bertox
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",
    "name": "Robux to Euro",
    "version": "0.0.0.2",
    "description": "Converts Robux to Euros",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}