RbxBack - Free R$ Cashback!

Earn Robux cashback when you purchase items on ROBLOX's website!

RbxBack - Free R$ Cashback!란 무엇입니까?

RbxBack - Free R$ Cashback!은(는) RbxBest Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn Robux cashback when you purchase items on ROBLOX's website!"입니다.

확장 프로그램 스크린샷

screenshot

RbxBack - Free R$ Cashback! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RbxBack is a ROBLOX cashback service which lets you earn back up to 30% of the Robux you spend on ROBLOX items.

All you need to do is install the extension and purchase items ONLY on ROBLOX's website!

Items you can claim a R$ cashback on include:
• Gamepasses
• Accessories (Hats/Gears/Faces/etc)
• Clothing (Tshirts/Shirts/Pants/etc)
• Packages
• Animations
• Gear

It currently does not include:
• Limited/Collectible items (ex: Sparkle Time Fedora)
• Dev Products (Things you can only buy ingame)
• Anything that you purchase ingame instead of onsite

The way it works is by utilizing ROBLOX's affiliate system, which gives back a portion of purchases to advertisers and affiliates. We have taken advantage of this system to make it simple for you to claim back some of the Robux you spend, free and legitimately!

None of your personal information is ever stored on our servers except for your ROBLOX username and ID, which is used to provide you with your earnings through our systems.                    

확장 프로그램 기본 정보

이름 RbxBack - Free R$ Cashback! RbxBack - Free R$ Cashback!
ID ndolnfichbehjojmioghekgambjmdcif
공식 URL https://chromewebstore.google.com/detail/rbxback-free-r-cashback/ndolnfichbehjojmioghekgambjmdcif
설명 Earn Robux cashback when you purchase items on ROBLOX's website!
파일 크기 771 KB
설치 횟수 3,447
현재 버전 1.0.1
최근 업데이트 2023-02-21
출시 날짜 2023-02-15
평점 3.60/5 총 15 개의 평점
개발자 RbxBest Studios
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rbxback.com
도움말 페이지 URL https://discord.com/invite/gjAq6etNwU
개인정보 보호 정책 페이지 URL https://rbxback.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/icon.png"
        },
        "default_popup": "index.html",
        "default_title": "RbxBack"
    },
    "background": {
        "service_worker": "PurchaseReplacement.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "Ruleset_1",
                "path": "Ruleset.json"
            }
        ]
    },
    "description": "Earn Robux cashback when you purchase items on ROBLOX's website!",
    "permissions": [
        "declarativeNetRequest",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/*.rbxcdn.com\/*",
        "https:\/\/rbxback-apis.com\/*"
    ],
    "icons": {
        "128": "assets\/icon.png",
        "16": "assets\/Icon16.png",
        "32": "assets\/Icon32.png",
        "48": "assets\/Icon48.png",
        "64": "assets\/Icon64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/site_alert.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "RbxBack - Free R$ Cashback!",
    "short_name": "RbxBack",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}