Roblox Mutual Friends
View the mutual friends for a specific player.
Wat is Roblox Mutual Friends?
Roblox Mutual Friends is een Chrome-extensie ontwikkeld door none, en de belangrijkste functie is "View the mutual friends for a specific player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox Mutual Friends
Download Roblox Mutual Friends-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Roblox Mutual Friends |
ID | oegjdejbkpabhbblihligblbnbaophnf |
Officiële URL | https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf |
Beschrijving | View the mutual friends for a specific player. |
Bestandsgrootte | 14.61 KB |
Aantal Installaties | 7,823 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-12-02 |
Publicatiedatum | 2021-12-01 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | none |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin |
Ondersteunde Talen | 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" ] } ] } |