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…

Cos'è rustLink?

rustLink è un'estensione di Chrome sviluppata da https://rustlink.io, e la sua funzione principale è "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione rustLink

Scarica i file di estensione rustLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome rustLink rustLink
ID gefidibfcckkmkadcnoefnbohjkianhp
URL Ufficiale https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp
Descrizione This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…
Dimensione del File 17.17 KB
Conteggio Installazioni 7,241
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-10-09
Data di Pubblicazione 2021-10-08
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://rustlink.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}