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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
            ]
        }
    ]
}