Damn Puzzle!

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

Co to jest Damn Puzzle!?

Damn Puzzle! to rozszerzenie Chrome opracowane przez Levi Borodenko, a jego główną funkcją jest „See the lichess.org tactics puzzle user rating before wasting time on it!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Damn Puzzle!

Pobierz pliki rozszerzeń Damn Puzzle! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
Oficjalny URL https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Opis See the lichess.org tactics puzzle user rating before wasting time on it!
Rozmiar pliku 22.72 KB
Liczba instalacji 38
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-06-21
Data Publikacji 2020-06-21
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Levi Borodenko
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/LeviBorodenko/damn-puzzle
Adres URL Strony Pomocy https://github.com/LeviBorodenko/damn-puzzle
Obsługiwane Języki 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"
        }
    }
}