RoSuite - Next Level Roblox
Taking your Roblox experience to the next level!
RoSuite - Next Level Robloxคืออะไร?
RoSuite - Next Level Roblox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rosuite.xyz และคุณลักษณะหลักของมันคือ "Taking your Roblox experience to the next level!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoSuite - Next Level Roblox
ดาวน์โหลดไฟล์ส่วนขยาย RoSuite - Next Level Roblox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Roblox extension adds some quality of life features to the home page of the Roblox website. Other extensions may cause some compatibility issues. Built for Dark mode users. Light mode support is in the works. Features: - Refreshes the sidebar with some brand new icons and hover effects. - Adds quick-detail cards to the most pages to see experience details at a glance and join the experience. - Adds game tags so that you can quickly see what the game is about. - Game reviews! - UGC limited countdowns! - UGC limited notifications! - And even more! Update Log: The update log has been moved and you can now find it in the extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jiiopiaidfaakcbcjoonfemgehaddkac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rosuite-next-level-roblox/jiiopiaidfaakcbcjoonfemgehaddkac |
คำอธิบาย | Taking your Roblox experience to the next level! |
ขนาดไฟล์ | 3.02 MB |
จำนวนการติดตั้ง | 495 |
เวอร์ชันปัจจุบัน | v1.3.4 |
อัปเดตครั้งล่าสุด | 2023-09-23 |
วันที่เผยแพร่ | 2022-12-06 |
คะแนน | 4.39/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://rosuite.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://rosuite.xyz |
URL หน้าช่วยเหลือ | https://discord.gg/5EHrXPRRP7 |
URL หน้านโยบายความเป็นส่วนตัว | https://rosuite.xyz/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "RoSuite", "version": "0.9.7.1", "version_name": "v1.3.4", "icons": { "16": "img\/logo\/16x.png", "48": "img\/logo\/48x.png", "128": "img\/logo\/128x.png" }, "default_locale": "en", "action": { "default_icon": { "16": "img\/logo\/16x.png" }, "default_title": "RoSuite", "default_popup": "html\/popup.html" }, "description": "__MSG_appDesc__", "author": "thebroz", "background": { "service_worker": "sw.js" }, "permissions": [ "notifications", "storage" ], "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.roblox.com\/*" ], "css": [ "css\/all.css" ], "js": [ "js\/lib\/!util.js", "js\/home.js", "js\/profile.js", "js\/games.js", "js\/friends.js", "js\/catalog.js", "js\/inject.js", "js\/sidenav.js", "js\/all.js", "js\/inventory.js", "js\/settings.js", "js\/banned.js", "js\/announcement.js" ], "run_at": "document_idle" }, { "all_frames": true, "matches": [ "*:\/\/*.rosuite.xyz\/*" ], "css": [ "css\/all.css" ], "js": [ "js\/lib\/!util.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "js\/*", "fonts\/*" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ] } |