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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}