PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
O que é PS! Chrome Sync?
PS! Chrome Sync é uma extensão do Chrome desenvolvida por psgcsync, e sua principal característica é "Chrome sync compatibility for Pokemon Showdown teams".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PS! Chrome Sync
Baixe arquivos de extensão PS! Chrome 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
Uses Google Chrome's sync storage to save your Pokemon Showdown teams in your Google Account. Synchronizes teams across all instances of Google Chrome, so you can use your teams wherever you use Chrome. Periodically saves Pokemon Showdown's local storage to Chrome's sync storage and reads the sync storage to update your team list whenever PS! loads. WARNING: On first use, the extension will save all of your teams to the Chrome sync storage. Any teams stored locally on other devices will be initially lost, then all devices will be kept synced.
Informações Básicas da Extensão
Nome | PS! Chrome Sync |
ID | fjfipggakoeeckhcppngmklgnggjjejk |
URL Oficial | https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk |
Descrição | Chrome sync compatibility for Pokemon Showdown teams |
Tamanho do Arquivo | 33.71 KB |
Contagem de Instalações | 138 |
Versão Atual | 0.0.1 |
Última Atualização | 2022-01-21 |
Data de Publicação | 2022-01-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | psgcsync |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://lukelav.in/ps-chrome-sync-privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS! Chrome Sync", "description": "Chrome sync compatibility for Pokemon Showdown teams", "version": "0.0.1", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*" ], "run_at": "document_start", "js": [ "sync-storage.js" ] } ] } |