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…

Apa itu Rustplus.py Link Companion?

Rustplus.py Link Companion adalah ekstensi Chrome yang dikembangkan oleh RustPlus.py, dan fitur utamanya adalah "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rustplus.py Link Companion

Unduh file ekstensi Rustplus.py Link Companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
URL Resmi https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
Deskripsi The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
Ukuran File 65.89 KB
Jumlah Instalasi 316
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-04-18
Tanggal Publikasi 2022-04-17
Penilaian 5.00/5 Total 3 Penilaian
Pengembang RustPlus.py
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rpluscompanion.ollieee.xyz/
Bahasa yang Didukung 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"
            ]
        }
    ]
}