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…
¿Qué es Rustplus.py Link Companion?
Rustplus.py Link Companion es una extensión de Chrome desarrollada por RustPlus.py, y su función principal es "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rustplus.py Link Companion
Descarga archivos de extensión Rustplus.py Link Companion en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
URL Oficial | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Descripción | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Tamaño del Archivo | 65.89 KB |
Cantidad de Instalaciones | 316 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-04-18 |
Fecha de Publicación | 2022-04-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | RustPlus.py |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://rpluscompanion.ollieee.xyz/ |
Idiomas Soportados | 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" ] } ] } |