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.”。
擴展截圖
下載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 |
ID | jihbdahgiamkbmjdohfaglmojmilhdbd |
官方網址 | 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" } } |