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 |
官方網址 | 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\/*" ] } ] } |