PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
Wat is PS! Chrome Sync?
PS! Chrome Sync is een Chrome-extensie ontwikkeld door psgcsync, en de belangrijkste functie is "Chrome sync compatibility for Pokemon Showdown teams".
Extensie Screenshots
Download het CRX-bestand van de extensie PS! Chrome Sync
Download PS! Chrome Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PS! Chrome Sync |
ID | fjfipggakoeeckhcppngmklgnggjjejk |
Officiële URL | https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk |
Beschrijving | Chrome sync compatibility for Pokemon Showdown teams |
Bestandsgrootte | 33.71 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-01-21 |
Publicatiedatum | 2022-01-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | psgcsync |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://lukelav.in/ps-chrome-sync-privacy.html |
Ondersteunde Talen | 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" ] } ] } |