PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

Co to jest PS! Chrome Sync?

PS! Chrome Sync to rozszerzenie Chrome opracowane przez psgcsync, a jego główną funkcją jest „Chrome sync compatibility for Pokemon Showdown teams”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PS! Chrome Sync

Pobierz pliki rozszerzeń PS! Chrome Sync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
Oficjalny URL https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Opis Chrome sync compatibility for Pokemon Showdown teams
Rozmiar pliku 33.71 KB
Liczba instalacji 138
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-01-21
Data Publikacji 2022-01-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper psgcsync
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://lukelav.in/ps-chrome-sync-privacy.html
Obsługiwane Języki 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"
            ]
        }
    ]
}