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是由https://rustlink.io开发的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…”。
扩展截图
下载rustLink扩展crx文件
下载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\/*" ] } ] } |