VRChat Profile

VRChat Profile extention

VRChat Profile là gì?

VRChat Profile là một tiện ích mở rộng Chrome được phát triển bởi https://vrcprofile.com, và tính năng chính của nó là "VRChat Profile extention".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VRChat Profile

Tải xuống các tệp mở rộng VRChat Profile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        An extension for logging in to VRChat Profile                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
URL Chính Thức https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Mô tả VRChat Profile extention
Kích Thước Tệp 19.17 KB
Số Lần Cài Đặt 563
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2020-11-04
Nhà Phát Triển https://vrcprofile.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "256": "icons\/vrcprofile.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vrchat.com\/home\/*"
            ],
            "js": [
                "vrchat-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/vrcprofile.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "vrcprofile-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "https:\/\/vrchat.com\/*"
    ]
}