Roblox Mutual Friends
View the mutual friends for a specific player.
What is Roblox Mutual Friends?
Roblox Mutual Friends is a Chrome extension developed by none, and its main feature is "View the mutual friends for a specific player.".
Extension Screenshots
Download Roblox Mutual Friends Extension CRX File
Download Roblox Mutual Friends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Roblox Mutual Friends |
ID | oegjdejbkpabhbblihligblbnbaophnf |
Official URL | https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf |
Description | View the mutual friends for a specific player. |
File Size | 14.61 KB |
Installation Count | 7,823 |
Current Version | 1.0 |
Last Updated | 2021-12-02 |
Publish Date | 2021-12-01 |
Rating | 4.40/5 Total 5 Ratings |
Developer | none |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin |
Supported Languages | 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" ] } ] } |