Roblox Mutual Friends
View the mutual friends for a specific player.
Vad är Roblox Mutual Friends?
Roblox Mutual Friends är en Chrome-tillägg utvecklad av none, och dess huvudfunktion är "View the mutual friends for a specific player.".
Tilläggsskärmbilder
Ladda ner Roblox Mutual Friends-förlängningens CRX-fil
Ladda ner Roblox Mutual Friends-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Roblox Mutual Friends |
ID | oegjdejbkpabhbblihligblbnbaophnf |
Officiell webbadress | https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf |
Beskrivning | View the mutual friends for a specific player. |
Filstorlek | 14.61 KB |
Antal Installationer | 7,823 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-12-02 |
Publiceringsdatum | 2021-12-01 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | none |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin |
Stödda Språk | 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" ] } ] } |