RoSanta - Roblox free items autobuyer

Automatically get the most recent free items from Roblox catalog.

Cos'è RoSanta - Roblox free items autobuyer?

RoSanta - Roblox free items autobuyer è un'estensione di Chrome sviluppata da sandrewtx08, e la sua funzione principale è "Automatically get the most recent free items from Roblox catalog.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RoSanta - Roblox free items autobuyer

Scarica i file di estensione RoSanta - Roblox free items autobuyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RoSanta - Roblox free items autobuyer RoSanta - Roblox free items autobuyer
ID jihbdahgiamkbmjdohfaglmojmilhdbd
URL Ufficiale https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd
Descrizione Automatically get the most recent free items from Roblox catalog.
Dimensione del File 546 KB
Conteggio Installazioni 1,170
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-11-07
Data di Pubblicazione 2023-09-26
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore sandrewtx08
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sandrewTx08/rosanta-extension
Lingue Supportate 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"
    }
}