RoPrice

Various useful features added to Roblox trading.

RoPrice क्या है?

RoPrice BestSpyBoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various useful features added to Roblox trading."।

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

screenshot
screenshot

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

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

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

                        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\/*"
            ]
        }
    ]
}