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…
O que é rustLink?
rustLink é uma extensão do Chrome desenvolvida por https://rustlink.io, e sua principal característica é "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão rustLink
Baixe arquivos de extensão rustLink no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | rustLink |
ID | gefidibfcckkmkadcnoefnbohjkianhp |
URL Oficial | https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp |
Descrição | This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be… |
Tamanho do Arquivo | 17.17 KB |
Contagem de Instalações | 7,241 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-10-09 |
Data de Publicação | 2021-10-08 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://rustlink.io |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |