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ファイルをダウンロード

RoSanta - Roblox free items autobuyer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}