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…

Qu'est-ce que Rustplus.py Link Companion ?

Rustplus.py Link Companion est une extension Chrome développée par RustPlus.py, et sa fonction principale est "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rustplus.py Link Companion

Téléchargez les fichiers d'extension Rustplus.py Link Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
URL Officiel https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
Description The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
Taille du Fichier 65.89 KB
Nombre d'Installations 316
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-04-18
Date de Publication 2022-04-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur RustPlus.py
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rpluscompanion.ollieee.xyz/
Langues Prises en Charge 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"
            ]
        }
    ]
}