RoValk - The Roblox Trading Addon

The ultimate companion for Roblox traders, with numerous tools to improve the efficiency and profitability of trading limited items.

RoValk - The Roblox Trading Addon란 무엇입니까?

RoValk - The Roblox Trading Addon은(는) https://rovalk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate companion for Roblox traders, with numerous tools to improve the efficiency and profitability of trading limited items."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

RoValk - The Roblox Trading Addon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RoValk is a free extension designed to improve the limited item trading experience on roblox.com.

RoValk's features include:
• Values on Trading Window  - see Rolimon's item values and calculated totals displayed within your trading pages!
• Values on Trade Lists - preview trade values on the trade list before opening any trades!
• Item Flags - items will be flagged with certain icons to notify you when an item is projected or rare!
• Trade Notifications - be notified by a desktop push notification when you receive inbound trades, or when your trades are accepted or declined!
• Trade Window Search - automatically search for specific items in a user's inventory while sending a trade!
• Rolimon's Profile Links - links will be added to items and user pages that link to the corresponding page on Rolimon's!
• 𝗔𝗻𝗱 𝗺𝗮𝗻𝘆 𝗺𝗼𝗿𝗲 𝘂𝘀𝗲𝗳𝘂𝗹 𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝘀, with more being added with every update!
For a full list of features and their explanations, please visit our website:
https://rovalk.com/features

*Note that the Auto Trade Decliner no longer exists as a feature in the newest version, even though it still appears in the promotional video.*

What's New in Version 3.5 (1/8/2024):
• Values on Trade Lists now works for Outbound, Declined, and Completed trades as well as Inbound!
• Added new Show User RoliBadges feature!
• The Trade Notifier now works for Inbound, Outbound, and Completed trades, instead of just Inbounds!
• Updated much of the user interface to be more stylish!
• And more!
For more details on the update, see the update log on our website:
https://rovalk.com/updates

Join our Discord server and Roblox group:
• https://rovalk.com/discordjoin
• https://www.roblox.com/groups/15511376

RoValk is not affiliated with roblox.com or rolimons.com.
Developed by KDJ. Contact me: [email protected]                    

확장 프로그램 기본 정보

이름 RoValk - The Roblox Trading Addon RoValk - The Roblox Trading Addon
ID oifhhghkjjhnhonfghmdmkjbomnhblbf
공식 URL https://chromewebstore.google.com/detail/rovalk-the-roblox-trading/oifhhghkjjhnhonfghmdmkjbomnhblbf
설명 The ultimate companion for Roblox traders, with numerous tools to improve the efficiency and profitability of trading limited items.
파일 크기 568 KB
설치 횟수 20,000
현재 버전 3.5.1
최근 업데이트 2024-01-22
출시 날짜 2020-12-17
평점 4.30/5 총 151 개의 평점
개발자 https://rovalk.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rovalk.com/
도움말 페이지 URL https://rovalk.com/contact
개인정보 보호 정책 페이지 URL https://rovalk.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoValk - The Roblox Trading Addon",
    "version": "3.5.1",
    "description": "The ultimate companion for Roblox traders, with numerous tools to improve the efficiency and profitability of trading limited items.",
    "short_name": "RoValk",
    "permissions": [
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "icons": {
        "16": "assets\/icons\/logo16.png",
        "32": "assets\/icons\/logo32.png",
        "48": "assets\/icons\/logo48.png",
        "128": "assets\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "background.f33996b1.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/trades*",
                "https:\/\/*.roblox.com\/users\/*\/trade*"
            ],
            "run_at": "document_idle",
            "js": [
                "csTrade.19c45672.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.roblox.com\/catalog\/*",
                "https:\/\/*.roblox.com\/catalog*"
            ],
            "run_at": "document_idle",
            "js": [
                "csCatalog.ed123797.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.roblox.com\/users\/*\/profile*",
                "https:\/\/*.roblox.com\/users\/*\/inventory*"
            ],
            "run_at": "document_idle",
            "js": [
                "csUserProfile.91bc176e.js"
            ],
            "css": []
        }
    ],
    "options_ui": {
        "page": "popup.3b3783a2.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/Averta.otf",
                "assets\/AvertaExtraBold.otf",
                "assets\/buyUsACoffee.jpg",
                "assets\/chromeWebStore.png",
                "assets\/loading.svg",
                "assets\/logo128.png",
                "assets\/logo16.png",
                "assets\/logo32.png",
                "assets\/logo48.png",
                "assets\/projected.png",
                "assets\/proofbased.png",
                "assets\/rare.png",
                "assets\/RobloxGroup.svg",
                "assets\/rolimons.png",
                "assets\/rolimonsLink.svg",
                "assets\/rolimonsLinkDark.svg",
                "assets\/RoValk.svg",
                "assets\/x.svg",
                "assets\/xDark.svg",
                "assets\/icons\/buyUsACoffee.jpg",
                "assets\/icons\/chromeWebStore.png",
                "assets\/icons\/logo.svg",
                "assets\/icons\/logo128.png",
                "assets\/icons\/logo16.png",
                "assets\/icons\/logo32.png",
                "assets\/icons\/logo48.png",
                "assets\/icons\/logoDarkBG128.png",
                "assets\/icons\/logoDarkBG16.png",
                "assets\/icons\/logoDarkBG32.png",
                "assets\/icons\/logoDarkBG48.png",
                "assets\/icons\/RobloxGroup.svg",
                "assets\/icons\/RoValk.svg",
                "assets\/roliBadges\/booster.svg",
                "assets\/roliBadges\/contributor.svg",
                "assets\/roliBadges\/create_10000_trade_ads.svg",
                "assets\/roliBadges\/create_100_trade_ads.svg",
                "assets\/roliBadges\/create_10_trade_ads.svg",
                "assets\/roliBadges\/event_winner.svg",
                "assets\/roliBadges\/game_night_winner.svg",
                "assets\/roliBadges\/own_1000_items.svg",
                "assets\/roliBadges\/own_100_items.svg",
                "assets\/roliBadges\/own_100_of_1_item.svg",
                "assets\/roliBadges\/own_10_items.svg",
                "assets\/roliBadges\/own_10_of_1_item.svg",
                "assets\/roliBadges\/own_10_pct_of_1_item.svg",
                "assets\/roliBadges\/own_10_rares.svg",
                "assets\/roliBadges\/own_15_noob.svg",
                "assets\/roliBadges\/own_1_big_dominus.svg",
                "assets\/roliBadges\/own_1_dominus.svg",
                "assets\/roliBadges\/own_1_immortal_sword.svg",
                "assets\/roliBadges\/own_1_kotn_item.svg",
                "assets\/roliBadges\/own_1_rare.svg",
                "assets\/roliBadges\/own_1_sequential_serial.svg",
                "assets\/roliBadges\/own_1_serial_1.svg",
                "assets\/roliBadges\/own_1_serial_1337.svg",
                "assets\/roliBadges\/own_1_serial_1_to_9.svg",
                "assets\/roliBadges\/own_1_stf.svg",
                "assets\/roliBadges\/own_1_valued_federation_item.svg",
                "assets\/roliBadges\/own_25_pct_of_1_item.svg",
                "assets\/roliBadges\/own_3_rares.svg",
                "assets\/roliBadges\/own_50_of_1_item.svg",
                "assets\/roliBadges\/own_50_pct_of_1_item.svg",
                "assets\/roliBadges\/own_5_noob.svg",
                "assets\/roliBadges\/own_all_asset_types.svg",
                "assets\/roliBadges\/own_epic_katana_set.svg",
                "assets\/roliBadges\/own_lucky_cat_uaid.svg",
                "assets\/roliBadges\/roligang.svg",
                "assets\/roliBadges\/roli_award_nominee.svg",
                "assets\/roliBadges\/roli_award_winner.svg",
                "assets\/roliBadges\/sword_fighting_champion.svg",
                "assets\/roliBadges\/value_1000_trade_ads.svg",
                "assets\/roliBadges\/value_100k.svg",
                "assets\/roliBadges\/value_10m.svg",
                "assets\/roliBadges\/value_1m.svg",
                "assets\/roliBadges\/value_20m.svg",
                "assets\/roliBadges\/value_500k.svg",
                "assets\/roliBadges\/value_5m.svg",
                "assets\/roliBadges\/verified.svg",
                "elements\/loader.css",
                "elements\/loading.svg",
                "elements\/tooltip.css",
                "elements\/tradeListValuesBox.html",
                "scripts\/initTooltips.js",
                "scripts\/addTradeIdToRow.js"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.3b3783a2.html"
    },
    "host_permissions": [
        "https:\/\/api.rolimons.com\/items\/v1\/itemdetails"
    ]
}