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…
Wat is Rustplus.py Link Companion?
Rustplus.py Link Companion is een Chrome-extensie ontwikkeld door RustPlus.py, en de belangrijkste functie is "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Extensie Screenshots
Download het CRX-bestand van de extensie Rustplus.py Link Companion
Download Rustplus.py Link Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
Officiële URL | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Beschrijving | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Bestandsgrootte | 65.89 KB |
Aantal Installaties | 316 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-04-18 |
Publicatiedatum | 2022-04-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | RustPlus.py |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rpluscompanion.ollieee.xyz/ |
Ondersteunde Talen | 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" ] } ] } |