PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

Apa itu PS! Chrome Sync?

PS! Chrome Sync adalah ekstensi Chrome yang dikembangkan oleh psgcsync, dan fitur utamanya adalah "Chrome sync compatibility for Pokemon Showdown teams".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PS! Chrome Sync

Unduh file ekstensi PS! Chrome Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
URL Resmi https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Deskripsi Chrome sync compatibility for Pokemon Showdown teams
Ukuran File 33.71 KB
Jumlah Instalasi 138
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-01-21
Tanggal Publikasi 2022-01-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang psgcsync
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://lukelav.in/ps-chrome-sync-privacy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}