Roblox Mutual Friends
View the mutual friends for a specific player.
什么是Roblox Mutual Friends?
Roblox Mutual Friends是由none开发的Chrome扩展程序,该扩展的主要功能是“View the mutual friends for a specific player.”。
扩展截图
下载Roblox Mutual Friends扩展crx文件
下载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" ] } ] } |