RoPrice
Various useful features added to Roblox trading.
O que é RoPrice?
RoPrice é uma extensão do Chrome desenvolvida por BestSpyBoy, e sua principal característica é "Various useful features added to Roblox trading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RoPrice
Baixe arquivos de extensão RoPrice no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | RoPrice |
ID | mdplokfcmgoeellkhfmieodjhllldggh |
URL Oficial | https://chromewebstore.google.com/detail/roprice/mdplokfcmgoeellkhfmieodjhllldggh |
Descrição | Various useful features added to Roblox trading. |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 98 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-01-30 |
Data de Publicação | 2023-01-26 |
Desenvolvedor | BestSpyBoy |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |