Rustplus.py Link Companion

The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…

Rustplus.py Link Companion là gì?

Rustplus.py Link Companion là một tiện ích mở rộng Chrome được phát triển bởi RustPlus.py, và tính năng chính của nó là "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rustplus.py Link Companion

Tải xuống các tệp mở rộng Rustplus.py Link Companion 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

                        The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM servers so that they can use them in the RustPlus.py library                    

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

Tên Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
URL Chính Thức https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
Mô tả The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
Kích Thước Tệp 65.89 KB
Số Lần Cài Đặt 316
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-04-18
Ngày Phát Hành 2022-04-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển RustPlus.py
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rpluscompanion.ollieee.xyz/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Authenticate with Rust+"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "Rustplus.py Link Companion",
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ],
            "resources": [
                "catcher.js"
            ]
        }
    ]
}