Damn Puzzle!

See the lichess.org tactics puzzle user rating before wasting time on it!

ما هو Damn Puzzle!؟

Damn Puzzle! هو إضافة Chrome تم تطويرها بواسطة Levi Borodenko، والميزة الرئيسية لها هي "See the lichess.org tactics puzzle user rating before wasting time on it!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Damn Puzzle!

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

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

                        Ever spend half an hour on a tactics puzzle on lichess only to find out that it really was not worth your time and had a user rating of -4000? Well, then this extension is for you. Damn Puzzle! will allow you to see the user rating of any puzzle before solving it, thus informing you whether you might be wasting time or not.                    

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

الاسم Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
عنوان URL الرسمي https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
الوصف See the lichess.org tactics puzzle user rating before wasting time on it!
حجم الملف 22.72 KB
عدد التثبيتات 38
النسخة الحالية 1.0.2
آخر تحديث 2020-06-21
تاريخ النشر 2020-06-21
تقييم 2.00/5 مجموع تقييمات 1
المطور Levi Borodenko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/LeviBorodenko/damn-puzzle
عنوان صفحة المساعدة https://github.com/LeviBorodenko/damn-puzzle
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Damn Puzzle!",
    "version": "1.0.2",
    "description": "See the lichess.org tactics puzzle user rating before wasting time on it!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}