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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Rustplus.py Link Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}