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…
O que é Rustplus.py Link Companion?
Rustplus.py Link Companion é uma extensão do Chrome desenvolvida por RustPlus.py, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Rustplus.py Link Companion
Baixe arquivos de extensão Rustplus.py Link Companion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
URL Oficial | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Descrição | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Tamanho do Arquivo | 65.89 KB |
Contagem de Instalações | 316 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-04-18 |
Data de Publicação | 2022-04-17 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | RustPlus.py |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://rpluscompanion.ollieee.xyz/ |
Idiomas Suportados | 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" ] } ] } |