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…
Cos'è Rustplus.py Link Companion?
Rustplus.py Link Companion è un'estensione di Chrome sviluppata da RustPlus.py, e la sua funzione principale è "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rustplus.py Link Companion
Scarica i file di estensione Rustplus.py Link Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
URL Ufficiale | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Descrizione | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Dimensione del File | 65.89 KB |
Conteggio Installazioni | 316 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-04-18 |
Data di Pubblicazione | 2022-04-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | RustPlus.py |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rpluscompanion.ollieee.xyz/ |
Lingue Supportate | 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" ] } ] } |