PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

Cos'è PS! Chrome Sync?

PS! Chrome Sync è un'estensione di Chrome sviluppata da psgcsync, e la sua funzione principale è "Chrome sync compatibility for Pokemon Showdown teams".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PS! Chrome Sync

Scarica i file di estensione PS! Chrome Sync 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

                        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.                    

Informazioni di Base sull'Estensione

Nome PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
URL Ufficiale https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Descrizione Chrome sync compatibility for Pokemon Showdown teams
Dimensione del File 33.71 KB
Conteggio Installazioni 138
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-01-21
Data di Pubblicazione 2022-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore psgcsync
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://lukelav.in/ps-chrome-sync-privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}