RoPrice
Various useful features added to Roblox trading.
Was ist RoPrice?
RoPrice ist eine Chrome-Erweiterung, die von BestSpyBoy entwickelt wurde, und ihr Hauptmerkmal ist "Various useful features added to Roblox trading.".
Erweiterungsscreenshots
RoPrice-Erweiterungs-CRX-Datei herunterladen
Laden Sie RoPrice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | RoPrice |
ID | mdplokfcmgoeellkhfmieodjhllldggh |
Offizielle URL | https://chromewebstore.google.com/detail/roprice/mdplokfcmgoeellkhfmieodjhllldggh |
Beschreibung | Various useful features added to Roblox trading. |
Dateigröße | 175 KB |
Installationsanzahl | 98 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2023-01-30 |
Veröffentlichungsdatum | 2023-01-26 |
Entwickler | BestSpyBoy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |