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…

Hvad er Rustplus.py Link Companion?

Rustplus.py Link Companion er en Chrome-udvidelse udviklet af RustPlus.py, og dens hovedfunktion er "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

Udvidelsesskærmbilleder

screenshot

Download Rustplus.py Link Companion-udvidelses-CRX-fil

Download Rustplus.py Link Companion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
Officiel URL https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
Beskrivelse The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
Filstørrelse 65.89 KB
Antal Installationer 316
Nuværende Version 1.0.1
Senest Opdateret 2022-04-18
Udgivelsesdato 2022-04-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler RustPlus.py
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rpluscompanion.ollieee.xyz/
Understøttede Sprog 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"
            ]
        }
    ]
}