Roblox Cashback

Gives 9% - 36% cashback on selected Roblox items!

Roblox Cashback là gì?

Roblox Cashback là một tiện ích mở rộng Chrome được phát triển bởi Aurorius, và tính năng chính của nó là "Gives 9% - 36% cashback on selected Roblox items!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Roblox Cashback 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 gives Roblox users 9% to up to 36% cashback on almost all items in the Roblox catalog.                    

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

Tên Roblox Cashback Roblox Cashback
ID aeflocojigmaocpoakokapdehahgnbff
URL Chính Thức https://chromewebstore.google.com/detail/roblox-cashback/aeflocojigmaocpoakokapdehahgnbff
Mô tả Gives 9% - 36% cashback on selected Roblox items!
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 435
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2022-08-09
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Aurorius
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/zFAn82pgM7
URL Trang Chính Sách Bảo Mật https://robuxcashback.xyz/pp
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roblox Cashback",
    "version": "0.1.3",
    "description": "Gives 9% - 36% cashback on selected Roblox items!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Roblox Cashback",
        "default_popup": "popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/robuxcashback.xyz\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "notifications",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "contentScript.js",
                "cashbackAmounts.js",
                "cashbackAmountsOnItem.js",
                "cashbackAmountsOnGame.js"
            ]
        }
    ]
}