Nexus - Roblox

Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.

Nexus - Roblox란 무엇입니까?

Nexus - Roblox은(는) Cristiano에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog."입니다.

확장 프로그램 스크린샷

screenshot

Nexus - Roblox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By using this extension you are able to get up to 40% of the Robux that you spend on items on catalog back, or even up to 10% on limiteds that you buy.

How does this work?
This works by using the commission feature which was intended for games, where if you buy a hat inside of a game, the game owner gets a 40% cut of the Robux, but now that cut goes to you, making items 40% cheaper.

Is this safe?
Absolutely. I have been on the Roblox platform for 13 years at this point and have been developing games for the past few. I've even attended the developer conference. https://www.roblox.com/users/13948925/profile

What game ID do I enter?
If you wish to get the Robux yourself, enter any game id under a group that you own! Otherwise if you wish to support another person or group, use any game id under their group.                    

확장 프로그램 기본 정보

이름 Nexus - Roblox Nexus - Roblox
ID mfloalpinijiacjdomccjgleageohpdb
공식 URL https://chromewebstore.google.com/detail/nexus-roblox/mfloalpinijiacjdomccjgleageohpdb
설명 Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.
파일 크기 18.41 KB
설치 횟수 151
현재 버전 1.0
최근 업데이트 2023-02-01
출시 날짜 2023-02-01
개발자 Cristiano
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nexus - Roblox",
    "version": "1.0",
    "description": "Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.",
    "incognito": "split",
    "short_name": "Nexus",
    "background": {
        "service_worker": "scripts\/Purchase.js"
    },
    "action": {
        "default_title": "Nexus",
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "Ruleset_1",
                "enabled": true,
                "path": "Ruleset.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "webRequest",
        "storage"
    ]
}