Damn Puzzle!

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

Apa itu Damn Puzzle!?

Damn Puzzle! adalah ekstensi Chrome yang dikembangkan oleh Levi Borodenko, dan fitur utamanya adalah "See the lichess.org tactics puzzle user rating before wasting time on it!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Damn Puzzle!

Unduh file ekstensi Damn Puzzle! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
URL Resmi https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Deskripsi See the lichess.org tactics puzzle user rating before wasting time on it!
Ukuran File 22.72 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-06-21
Tanggal Publikasi 2020-06-21
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Levi Borodenko
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/LeviBorodenko/damn-puzzle
URL Halaman Bantuan https://github.com/LeviBorodenko/damn-puzzle
Bahasa yang Didukung 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"
        }
    }
}