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…
Co to jest rustLink?
rustLink to rozszerzenie Chrome opracowane przez https://rustlink.io, a jego główną funkcją jest „This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia rustLink
Pobierz pliki rozszerzeń rustLink w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gefidibfcckkmkadcnoefnbohjkianhp |
| Oficjalny URL | https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp |
| Opis | This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be… |
| Rozmiar pliku | 17.17 KB |
| Liczba instalacji | 7,241 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-10-09 |
| Data Publikacji | 2021-10-08 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | https://rustlink.io |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |