RoSanta - Roblox free items autobuyer
Automatically get the most recent free items from Roblox catalog.
Qu'est-ce que RoSanta - Roblox free items autobuyer ?
RoSanta - Roblox free items autobuyer est une extension Chrome développée par sandrewtx08, et sa fonction principale est "Automatically get the most recent free items from Roblox catalog.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RoSanta - Roblox free items autobuyer
Téléchargez les fichiers d'extension RoSanta - Roblox free items autobuyer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RoSanta - Roblox free items autobuyer |
ID | jihbdahgiamkbmjdohfaglmojmilhdbd |
URL Officiel | https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd |
Description | Automatically get the most recent free items from Roblox catalog. |
Taille du Fichier | 546 KB |
Nombre d'Installations | 1,170 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2023-11-07 |
Date de Publication | 2023-09-26 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | sandrewtx08 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sandrewTx08/rosanta-extension |
Langues Prises en Charge | 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" } } |