PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
ما هو PS! Chrome Sync؟
PS! Chrome Sync هو إضافة Chrome تم تطويرها بواسطة psgcsync، والميزة الرئيسية لها هي "Chrome sync compatibility for Pokemon Showdown teams".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PS! Chrome Sync
قم بتنزيل ملفات الامتداد PS! Chrome Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |