RoPrice

Various useful features added to Roblox trading.

RoPrice란 무엇입니까?

RoPrice은(는) BestSpyBoy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Various useful features added to Roblox trading."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RoPrice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}