RoPrice

Various useful features added to Roblox trading.

RoPriceとは何ですか?

RoPriceはBestSpyBoyによって開発されたChromeの拡張機能で、その主な機能は「Various useful features added to Roblox trading.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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\/*"
            ]
        }
    ]
}