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 擴展基本資訊
| 名稱 | |
| ID | oegjdejbkpabhbblihligblbnbaophnf |
| 官方網址 | 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"
]
}
]
} | |