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…
Was ist Rustplus.py Link Companion?
Rustplus.py Link Companion ist eine Chrome-Erweiterung, die von RustPlus.py entwickelt wurde, und ihr Hauptmerkmal ist "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Erweiterungsscreenshots
Rustplus.py Link Companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rustplus.py Link Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
Offizielle URL | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Beschreibung | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Dateigröße | 65.89 KB |
Installationsanzahl | 316 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-04-18 |
Veröffentlichungsdatum | 2022-04-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | RustPlus.py |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rpluscompanion.ollieee.xyz/ |
Unterstützte Sprachen | 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" ] } ] } |