Roblox Mutual Friends
View the mutual friends for a specific player.
Roblox Mutual Friendsคืออะไร?
Roblox Mutual Friends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย none และคุณลักษณะหลักของมันคือ "View the mutual friends for a specific player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Mutual Friends
ดาวน์โหลดไฟล์ส่วนขยาย Roblox Mutual Friends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will show your mutual friends on user profiles on roblox.com You must be logged in for this extension to work. Created by 1385andrew Developed by 1385andrew, Peyt_n, and tornadus11
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roblox Mutual Friends |
ID | oegjdejbkpabhbblihligblbnbaophnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf |
คำอธิบาย | View the mutual friends for a specific player. |
ขนาดไฟล์ | 14.61 KB |
จำนวนการติดตั้ง | 7,823 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-12-02 |
วันที่เผยแพร่ | 2021-12-01 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | none |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Mutual Friends", "version": "1.0", "manifest_version": 3, "description": "View the mutual friends for a specific player.", "icons": { "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "\/plugin.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/users\/*\/profile" ], "run_at": "document_end", "js": [ "\/index.js" ] } ] } |