PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
Vad är PS! Chrome Sync?
PS! Chrome Sync är en Chrome-tillägg utvecklad av psgcsync, och dess huvudfunktion är "Chrome sync compatibility for Pokemon Showdown teams".
Tilläggsskärmbilder
Ladda ner PS! Chrome Sync-förlängningens CRX-fil
Ladda ner PS! Chrome Sync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PS! Chrome Sync |
ID | fjfipggakoeeckhcppngmklgnggjjejk |
Officiell webbadress | https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk |
Beskrivning | Chrome sync compatibility for Pokemon Showdown teams |
Filstorlek | 33.71 KB |
Antal Installationer | 138 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-01-21 |
Publiceringsdatum | 2022-01-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | psgcsync |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://lukelav.in/ps-chrome-sync-privacy.html |
Stödda Språk | 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" ] } ] } |