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…

What is Rustplus.py Link Companion?

Rustplus.py Link Companion is a Chrome extension developed by RustPlus.py, and its main feature is "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".

Extension Screenshots

screenshot

Download Rustplus.py Link Companion Extension CRX File

Download Rustplus.py Link Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Rustplus.py Link Companion Rustplus.py Link Companion
ID gojhnmnggbnflhdcpcemeahejhcimnlf
Official URL https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf
Description The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
File Size 65.89 KB
Installation Count 316
Current Version 1.0.1
Last Updated 2022-04-18
Publish Date 2022-04-17
Rating 5.00/5 Total 3 Ratings
Developer RustPlus.py
Email [email protected]
Payment Type free
Extension Website https://rpluscompanion.ollieee.xyz/
Supported Languages 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"
            ]
        }
    ]
}