RoPrice
Various useful features added to Roblox trading.
Co to jest RoPrice?
RoPrice to rozszerzenie Chrome opracowane przez BestSpyBoy, a jego główną funkcją jest „Various useful features added to Roblox trading.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RoPrice
Pobierz pliki rozszerzeń RoPrice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mdplokfcmgoeellkhfmieodjhllldggh |
| Oficjalny URL | https://chromewebstore.google.com/detail/roprice/mdplokfcmgoeellkhfmieodjhllldggh |
| Opis | Various useful features added to Roblox trading. |
| Rozmiar pliku | 175 KB |
| Liczba instalacji | 98 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2023-01-30 |
| Data Publikacji | 2023-01-26 |
| Deweloper | BestSpyBoy |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |