RoPrice
Various useful features added to Roblox trading.
什麼是RoPrice?
RoPrice是由BestSpyBoy開發的Chrome擴展程式,該擴展的主要功能是“Various useful features added to Roblox trading.”。
擴展截圖
下載RoPrice擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mdplokfcmgoeellkhfmieodjhllldggh |
| 官方網址 | 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\/*"
]
}
]
} | |