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."입니다.

확장 프로그램 스크린샷

screenshot

Roblox Mutual Friends 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}