BuxBack - Earn R$

Earn ROBUX back for every purchase you make on the ROBLOX catalog!

BuxBack - Earn R$ क्या है?

BuxBack - Earn R$ sponsorships द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Earn ROBUX back for every purchase you make on the ROBLOX catalog!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BuxBack - Earn R$ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Trademark Disclaimer: We’re not affiliated in any way with the Roblox Corporation or any of its trademarks.

Tutorial: https://www.youtube.com/watch?v=NRXBEPCvCw8

Summary:
Save ROBUX when purchasing catalog items and game passes in ROBLOX! For every purchase you make on select items, you will receive ROBUX  back! We receive a commission for some items on the catalog as well as game passes, and we share a portion of this commission back to you! This creates a win-win scenario for everyone involved.

FAQ:
How does it work?

Every time you make a purchase on eligible items and gamepasses, you receive ROBUX  back in your extension's balance. Withdraw this ROBUX  into your ROBLOX account by using the withdraw tab. We receive a commission on select purchases, and we share this commission with you!

How do I receive ROBUX  in my account?

Your extension's balance will be transferred to https://bloxflip.com. This site will then allow you to withdraw into your ROBLOX account. The website transfers the ROBUX  into your ROBLOX  account through private servers. The ROBUX will first appear as "pending" in your ROBLOX account, however in 3-5 days it will arrive in your account and ready to spend!                    

एक्सटेंशन की मूल जानकारी

नाम BuxBack - Earn R$ BuxBack - Earn R$
ID fgiaibpabhdkjenjhgpmgcieobcjaonj
आधिकारिक URL https://chromewebstore.google.com/detail/buxback-earn-r/fgiaibpabhdkjenjhgpmgcieobcjaonj
विवरण Earn ROBUX back for every purchase you make on the ROBLOX catalog!
फ़ाइल का आकार 178 KB
स्थापना संख्या 40,205
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-10-03
प्रकाशन तिथि 2021-08-29
रेटिंग 2.79/5 कुल 168 रेटिंग्स
डेवलपर sponsorships
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://blox.land/text/PrivacyPolicyBuxBack.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuxBack - Earn R$",
    "version": "2.1",
    "description": "Earn ROBUX back for every purchase you make on the ROBLOX catalog!",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "BuxBack Extension",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "js\/content2.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/*.rbxcdn.com\/*",
        "https:\/\/*.blox.land\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "notifications"
    ]
}