PS! Chrome Sync

Chrome sync compatibility for Pokemon Showdown teams

PS! Chrome Sync là gì?

PS! Chrome Sync là một tiện ích mở rộng Chrome được phát triển bởi psgcsync, và tính năng chính của nó là "Chrome sync compatibility for Pokemon Showdown teams".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PS! Chrome Sync

Tải xuống các tệp mở rộng PS! Chrome Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PS! Chrome Sync PS! Chrome Sync
ID fjfipggakoeeckhcppngmklgnggjjejk
URL Chính Thức https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk
Mô tả Chrome sync compatibility for Pokemon Showdown teams
Kích Thước Tệp 33.71 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-01-21
Ngày Phát Hành 2022-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển psgcsync
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lukelav.in/ps-chrome-sync-privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}