Better Roblox Friendslist
a better roblox friends list
Better Roblox Friendslistคืออะไร?
Better Roblox Friendslist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roblox-extensions และคุณลักษณะหลักของมันคือ "a better roblox friends list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Roblox Friendslist
ดาวน์โหลดไฟล์ส่วนขยาย Better Roblox Friendslist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Better Roblox Friendslist is an extension that replaces roblox's default friends list with an easier to use one. Toggle the extension with the button at the top right Right click on friends to open the menu to join them
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Roblox Friendslist |
ID | eadpdfjhlpoalfnipgacnipgbobpjohh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh |
คำอธิบาย | a better roblox friends list |
ขนาดไฟล์ | 264 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-02-07 |
วันที่เผยแพร่ | 2022-01-05 |
คะแนน | 3.58/5 รวมทั้งหมด 69 คะแนน |
ผู้พัฒนา | roblox-extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Roblox Friendslist", "description": "a better roblox friends list", "version": "0.2.1", "manifest_version": 3, "icons": { "16": "icons\/Icon16x.png", "48": "icons\/Icon48x.png", "128": "icons\/Icon128x.png" }, "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "WindowCommunication.bundle.js", "unknowngame.png", "icons\/Icon48x.png" ], "matches": [ "*:\/\/www.roblox.com\/*", "*:\/\/web.roblox.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.roblox.com\/*", "*:\/\/web.roblox.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.bundle.js" ] } ], "host_permissions": [ "*:\/\/*.roblox.com\/*" ] } |