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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |