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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |