Damn Puzzle!

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

Hvad er Damn Puzzle!?

Damn Puzzle! er en Chrome-udvidelse udviklet af Levi Borodenko, og dens hovedfunktion er "See the lichess.org tactics puzzle user rating before wasting time on it!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Damn Puzzle!-udvidelses-CRX-fil

Download Damn Puzzle!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
Officiel URL https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Beskrivelse See the lichess.org tactics puzzle user rating before wasting time on it!
Filstørrelse 22.72 KB
Antal Installationer 38
Nuværende Version 1.0.2
Senest Opdateret 2020-06-21
Udgivelsesdato 2020-06-21
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler Levi Borodenko
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LeviBorodenko/damn-puzzle
Hjælpeside-URL https://github.com/LeviBorodenko/damn-puzzle
Understøttede Sprog 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"
        }
    }
}