Damn Puzzle!

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

What is Damn Puzzle!?

Damn Puzzle! is a Chrome extension developed by Levi Borodenko, and its main feature is "See the lichess.org tactics puzzle user rating before wasting time on it!".

Extension Screenshots

screenshot
screenshot

Download Damn Puzzle! Extension CRX File

Download Damn Puzzle! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
Official URL https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Description See the lichess.org tactics puzzle user rating before wasting time on it!
File Size 22.72 KB
Installation Count 38
Current Version 1.0.2
Last Updated 2020-06-21
Publish Date 2020-06-21
Rating 2.00/5 Total 1 Ratings
Developer Levi Borodenko
Email [email protected]
Payment Type free
Extension Website https://github.com/LeviBorodenko/damn-puzzle
Help Page URL https://github.com/LeviBorodenko/damn-puzzle
Supported Languages 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"
        }
    }
}