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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Rustplus.py Link Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |