Rustplus.py Link Companion

The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…

ما هو Rustplus.py Link Companion؟

Rustplus.py Link Companion هو إضافة Chrome تم تطويرها بواسطة RustPlus.py، والميزة الرئيسية لها هي "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rustplus.py Link Companion

قم بتنزيل ملفات الامتداد Rustplus.py Link Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM servers so that they can use them in the RustPlus.py library                    

معلومات أساسية عن التمديد

الاسم Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
الوصف The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
حجم الملف 65.89 KB
عدد التثبيتات 316
النسخة الحالية 1.0.1
آخر تحديث 2022-04-18
تاريخ النشر 2022-04-17
تقييم 5.00/5 مجموع تقييمات 3
المطور RustPlus.py
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://rpluscompanion.ollieee.xyz/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Authenticate with Rust+"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "Rustplus.py Link Companion",
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ],
            "resources": [
                "catcher.js"
            ]
        }
    ]
}