PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

Was ist PS! Chrome Sync?

PS! Chrome Sync ist eine Chrome-Erweiterung, die von psgcsync entwickelt wurde, und ihr Hauptmerkmal ist "Chrome sync compatibility for Pokemon Showdown teams".

Erweiterungsscreenshots

screenshot

PS! Chrome Sync-Erweiterungs-CRX-Datei herunterladen

Laden Sie PS! Chrome Sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
Offizielle URL https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Beschreibung Chrome sync compatibility for Pokemon Showdown teams
Dateigröße 33.71 KB
Installationsanzahl 138
Aktuelle Version 0.0.1
Letztes Update 2022-01-21
Veröffentlichungsdatum 2022-01-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler psgcsync
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://lukelav.in/ps-chrome-sync-privacy.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}