PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

PS! Chrome Syncとは何ですか?

PS! Chrome Syncはpsgcsyncによって開発されたChromeの拡張機能で、その主な機能は「Chrome sync compatibility for Pokemon Showdown teams」です。

拡張機能のスクリーンショット

screenshot

PS! Chrome Sync拡張機能のCRXファイルをダウンロード

PS! Chrome Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
公式URL https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
説明 Chrome sync compatibility for Pokemon Showdown teams
ファイルサイズ 33.71 KB
インストール数 138
現在のバージョン 0.0.1
最終更新日 2022-01-21
公開日 2022-01-20
評価 5.00/5 合計 1 レビュー
開発者 psgcsync
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://lukelav.in/ps-chrome-sync-privacy.html
対応言語 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"
            ]
        }
    ]
}