RoEarn - Cashback on Purchases

Earn cashback on every single purchase on Roblox!

Τι είναι το RoEarn - Cashback on Purchases;

Το RoEarn - Cashback on Purchases είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://roearn.com, και η κύρια λειτουργία του είναι "Earn cashback on every single purchase on Roblox!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RoEarn - Cashback on Purchases

Λήψη αρχείων επέκτασης RoEarn - Cashback on Purchases σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use RoEarn to earn ROBUX on every single purchase on roblox. 

RoEarn revolutionizes the way you shop on Roblox by giving you cashback in ROBUX for every purchase you make. This means you can now earn ROBUX by doing NOTHING! After you make a purchase, open the extension and your earnings will be shown, which you can redeem anytime!

All withdrawals are subject to a 3-5 day pending period, which is implemented by Roblox and something we cannot control. Once the period ends, the Robux will be added to your balance ready to spend!

All purchases on Roblox are eligible for a cashback including everything on the catalog, game-passes, clothing, plugins, games, and more! DISCLAIMER: collectibles (or limiteds) sales are not eligible for a cashback.

How is RoEarn able to give so much Robux? How RoEarn works is every time you buy a product, Roblox gives us a commission from the sale, and from the commission we make, we give majority of it back to the user. Due to this system, it's a win-win for both parties!

If you experience any technical issues while using RoEarn, contact us at [email protected] and we'll get back to you as soon as possible.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RoEarn - Cashback on Purchases RoEarn - Cashback on Purchases
ID pkbifihmhndehgicjiofekfdoeagpbac
Επίσημο URL https://chromewebstore.google.com/detail/roearn-cashback-on-purcha/pkbifihmhndehgicjiofekfdoeagpbac
Περιγραφή Earn cashback on every single purchase on Roblox!
Μέγεθος Αρχείου 201 KB
Αριθμός Εγκαταστάσεων 46,276
Τρέχουσα Έκδοση 2.61
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2022-12-21
Αξιολόγηση 4.21/5 Συνολικά 465 Αξιολογήσεις
Προγραμματιστής https://roearn.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://roearn.com
URL της Σελίδας Πολιτικής Απορρήτου https://roearn.com/Legal/PrivacyPolicy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoEarn - Cashback on Purchases",
    "version": "2.61",
    "description": "Earn cashback on every single purchase on Roblox!",
    "icons": {
        "16": "assets\/Icon16.png",
        "32": "assets\/Icon32.png",
        "48": "assets\/Icon48.png",
        "64": "assets\/Icon64.png",
        "128": "assets\/icon.png"
    },
    "short_name": "RoEarn",
    "incognito": "split",
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "js": [
                "modules\/jQuery.js",
                "Purchase.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "modules\/jQuery.js",
                "Purchase.js"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "RoEarn",
        "default_popup": "Interface.html",
        "default_icon": {
            "128": "assets\/icon.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/*.rbxcdn.com\/*",
        "https:\/\/*.roearn.com\/*"
    ]
}