Damn Puzzle!

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

Damn Puzzle! là gì?

Damn Puzzle! là một tiện ích mở rộng Chrome được phát triển bởi Levi Borodenko, và tính năng chính của nó là "See the lichess.org tactics puzzle user rating before wasting time on it!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Damn Puzzle!

Tải xuống các tệp mở rộng Damn Puzzle! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
URL Chính Thức https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Mô tả See the lichess.org tactics puzzle user rating before wasting time on it!
Kích Thước Tệp 22.72 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-06-21
Ngày Phát Hành 2020-06-21
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Levi Borodenko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LeviBorodenko/damn-puzzle
URL Trang Trợ Giúp https://github.com/LeviBorodenko/damn-puzzle
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}