RoSanta - Roblox free items autobuyer

Automatically get the most recent free items from Roblox catalog.

RoSanta - Roblox free items autobuyer란 무엇입니까?

RoSanta - Roblox free items autobuyer은(는) sandrewtx08에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically get the most recent free items from Roblox catalog."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RoSanta - Roblox free items autobuyer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RoSanta automatically get free items from the Roblox website and provides catalog automations related.

Features:

 * Autobuyer: 
- Get the newest free items from catalog such as bundles, heads from community and Roblox creators
- Track, compare, notify and display the newest free items from Roblox catalog then purchase them before they change its value

* UGC in-game notifier:
- Notify when a limited UGC item is added on catalog if obtain it from in-game experiences

Why:

On the recent update on Roblox, now creators can publish free bundles and heads, causing a large amount of free items published on the day, some of them after minutes turning into paid items.                    

확장 프로그램 기본 정보

이름 RoSanta - Roblox free items autobuyer RoSanta - Roblox free items autobuyer
ID jihbdahgiamkbmjdohfaglmojmilhdbd
공식 URL https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd
설명 Automatically get the most recent free items from Roblox catalog.
파일 크기 546 KB
설치 횟수 1,170
현재 버전 1.3.0
최근 업데이트 2023-11-07
출시 날짜 2023-09-26
평점 4.27/5 총 11 개의 평점
개발자 sandrewtx08
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sandrewTx08/rosanta-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoSanta - Roblox free items autobuyer",
    "description": "Automatically get the most recent free items from Roblox catalog.",
    "version": "1.3.0",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/sandrewTx08\/rosanta-extension",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "RoSanta - Roblox autobuyer",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    }
}