PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
What is PS! Chrome Sync?
PS! Chrome Sync is a Chrome extension developed by psgcsync, and its main feature is "Chrome sync compatibility for Pokemon Showdown teams".
Extension Screenshots
Download PS! Chrome Sync Extension CRX File
Download PS! Chrome Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PS! Chrome Sync |
ID | fjfipggakoeeckhcppngmklgnggjjejk |
Official URL | https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk |
Description | Chrome sync compatibility for Pokemon Showdown teams |
File Size | 33.71 KB |
Installation Count | 138 |
Current Version | 0.0.1 |
Last Updated | 2022-01-21 |
Publish Date | 2022-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | psgcsync |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://lukelav.in/ps-chrome-sync-privacy.html |
Supported Languages | 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" ] } ] } |