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…
Wat is rustLink?
rustLink is een Chrome-extensie ontwikkeld door https://rustlink.io, en de belangrijkste functie is "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…".
Extensie Screenshots
Download het CRX-bestand van de extensie rustLink
Download rustLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | rustLink |
ID | gefidibfcckkmkadcnoefnbohjkianhp |
Officiële URL | https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp |
Beschrijving | This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be… |
Bestandsgrootte | 17.17 KB |
Aantal Installaties | 7,241 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-10-09 |
Publicatiedatum | 2021-10-08 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://rustlink.io |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |