RoPrice

Various useful features added to Roblox trading.

Τι είναι το RoPrice;

Το RoPrice είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BestSpyBoy, και η κύρια λειτουργία του είναι "Various useful features added to Roblox trading.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RoPrice

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

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

                        A simple tool to make everyday Roblox limited item selling easier! Compatible with all major Roblox trading extensions.

Features include:
• Audio Notifications for the Rolimons Deals Page
• Hide feature for each Deals item
• Immediate colored resale price for a Roblox catalog page

This extension is good for quick flipping of items, but just because an item doesn't have the best price now doesn't mean it isn't a good investment for future selling. Equally, an item could go either up or down in value after purchase.

Disclaimer: RoPrice is a third-party Chrome browser extension and is not affiliated with Roblox or Rolimons. Any Roblox purchases made are at the user's discretion.                    

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

Όνομα RoPrice RoPrice
ID mdplokfcmgoeellkhfmieodjhllldggh
Επίσημο URL https://chromewebstore.google.com/detail/roprice/mdplokfcmgoeellkhfmieodjhllldggh
Περιγραφή Various useful features added to Roblox trading.
Μέγεθος Αρχείου 175 KB
Αριθμός Εγκαταστάσεων 98
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-01-30
Ημερομηνία Δημοσίευσης 2023-01-26
Προγραμματιστής BestSpyBoy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoPrice",
    "description": "Various useful features added to Roblox trading.",
    "version": "0.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.rolimons.com\/*",
                "https:\/\/web.roblox.com\/catalog\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/smalllogo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/notification.wav"
            ],
            "matches": [
                "https:\/\/www.rolimons.com\/*"
            ]
        }
    ]
}