PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

Qu'est-ce que PS! Chrome Sync ?

PS! Chrome Sync est une extension Chrome développée par psgcsync, et sa fonction principale est "Chrome sync compatibility for Pokemon Showdown teams".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PS! Chrome Sync

Téléchargez les fichiers d'extension PS! Chrome Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
URL Officiel https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Description Chrome sync compatibility for Pokemon Showdown teams
Taille du Fichier 33.71 KB
Nombre d'Installations 138
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-01-21
Date de Publication 2022-01-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur psgcsync
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://lukelav.in/ps-chrome-sync-privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}