MUT.GG Binder Sync
Syncs your binder with MUT.GG
O que é MUT.GG Binder Sync?
MUT.GG Binder Sync é uma extensão do Chrome desenvolvida por Stormstrike Inc, e sua principal característica é "Syncs your binder with MUT.GG".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MUT.GG Binder Sync
Baixe arquivos de extensão MUT.GG Binder Sync 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 MUT.GG Binder Sync is an extension that enables syncing your Madden collection with the MUT.GG website. This will enable you to share your collection as well as access to additional tools and analytics about your collection.
Informações Básicas da Extensão
Nome | MUT.GG Binder Sync |
ID | gaoojekidmlfikfgchheinhmhcbcoiem |
URL Oficial | https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem |
Descrição | Syncs your binder with MUT.GG |
Tamanho do Arquivo | 10.8 KB |
Contagem de Instalações | 10,071 |
Versão Atual | 1.1 |
Última Atualização | 2023-08-24 |
Data de Publicação | 2023-02-17 |
Classificação | 4.75/5 Total de 8 Avaliações |
Desenvolvedor | Stormstrike Inc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.mut.gg |
URL da Página de Ajuda | https://www.mut.gg/forums/ |
URL da Página de Política de Privacidade | https://www.stormstrike.gg/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MUT.GG Binder Sync", "version": "1.1", "description": "Syncs your binder with MUT.GG", "manifest_version": 3, "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/127.0.0.1\/*", "https:\/\/www.mut.gg\/*" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "*:\/\/www.mut.gg\/*" ] }, "icons": { "16": "favicon-16.png", "32": "favicon-32.png", "48": "favicon-48.png" } } |