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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |