RoSanta - Roblox free items autobuyer

Automatically get the most recent free items from Roblox catalog.

Hvad er RoSanta - Roblox free items autobuyer?

RoSanta - Roblox free items autobuyer er en Chrome-udvidelse udviklet af sandrewtx08, og dens hovedfunktion er "Automatically get the most recent free items from Roblox catalog.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download RoSanta - Roblox free items autobuyer-udvidelses-CRX-fil

Download RoSanta - Roblox free items autobuyer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn RoSanta - Roblox free items autobuyer RoSanta - Roblox free items autobuyer
ID jihbdahgiamkbmjdohfaglmojmilhdbd
Officiel URL https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd
Beskrivelse Automatically get the most recent free items from Roblox catalog.
Filstørrelse 546 KB
Antal Installationer 1,170
Nuværende Version 1.3.0
Senest Opdateret 2023-11-07
Udgivelsesdato 2023-09-26
Bedømmelse 4.27/5 Samlet 11 Bedømmelser
Udvikler sandrewtx08
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/sandrewTx08/rosanta-extension
Understøttede Sprog 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"
    }
}