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…
Что такое rustLink?
rustLink - это расширение Chrome, разработанное https://rustlink.io, и его основная функция - "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…".
Снимки экрана расширения
Скачать файл CRX расширения rustLink
Скачайте файлы расширений rustLink в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | rustLink |
ID | gefidibfcckkmkadcnoefnbohjkianhp |
Официальный URL | https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp |
Описание | This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be… |
Размер файла | 17.17 KB |
Количество установок | 7,241 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-10-09 |
Дата публикации | 2021-10-08 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://rustlink.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } ] } |