wordle sync

keep track of your wordle progress across all devices

ما هو wordle sync؟

wordle sync هو إضافة Chrome تم تطويرها بواسطة Max Perrello، والميزة الرئيسية لها هي "keep track of your wordle progress across all devices".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة wordle sync

قم بتنزيل ملفات الامتداد wordle sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        automatically sync your wordle stats and ongoing games (you need to be signed into chrome)

now supports new york times update! (statistics will be automatically transferred)                    

معلومات أساسية عن التمديد

الاسم wordle sync wordle sync
ID fpjfpedkbjbmdgmfpbbjiildinajahmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordle-sync/fpjfpedkbjbmdgmfpbbjiildinajahmm
الوصف keep track of your wordle progress across all devices
حجم الملف 25.93 KB
عدد التثبيتات 199
النسخة الحالية 1.0
آخر تحديث 2022-02-12
تاريخ النشر 2022-02-01
المطور Max Perrello
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wordlesync.com/
عنوان صفحة المساعدة https://github.com/maxtheaxe/wordle-sync/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "keep track of your wordle progress across all devices",
    "manifest_version": 3,
    "name": "wordle sync",
    "version": "1.0",
    "homepage_url": "https:\/\/wordlesync.com\/",
    "icons": {
        "48": "icons\/ws-48.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.powerlanguage.co.uk\/*",
        "https:\/\/*.nytimes.com\/games\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.powerlanguage.co.uk\/*",
                "https:\/\/*.nytimes.com\/games\/*"
            ],
            "js": [
                "content_scripts\/storage_collector.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/wordle-sync.png",
        "default_title": "wordle sync",
        "default_popup": "popup\/toolbox.html"
    }
}