rustLink

This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…

Qu'est-ce que rustLink ?

rustLink est une extension Chrome développée par https://rustlink.io, et sa fonction principale est "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension rustLink

Téléchargez les fichiers d'extension rustLink 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

                        This extension will collect your Rust+ Token in order to use rustLink.io services.

How to use?
Click on the extension icon to be redirected to Rust+ login page, login using Steam and continue through our login process.
OR navigate to https://rustlink.io then click on the login button.                    

Informations de Base sur l'Extension

Nom rustLink rustLink
ID gefidibfcckkmkadcnoefnbohjkianhp
URL Officiel https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp
Description This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…
Taille du Fichier 17.17 KB
Nombre d'Installations 7,241
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-09
Date de Publication 2021-10-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://rustlink.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rustLink",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*",
                "http:\/\/rustlink.io\/*",
                "https:\/\/rustlink.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Authenticate to rustLink.io",
        "default_icon": "icons\/auth.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "catcher.js"
            ],
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ]
        }
    ]
}