Leetcode List Stats

Shows solved/total for Leetcode lists

What is Leetcode List Stats?

Leetcode List Stats is a Chrome extension developed by nurgasemetey, and its main feature is "Shows solved/total for Leetcode lists".

Extension Screenshots

screenshot
screenshot

Download Leetcode List Stats Extension CRX File

Download Leetcode List Stats 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

                        As you know Leetcode doesn't show number of solved problems in lists. 
With this extension you can view stats for Leetcode problem lists. 

Source code: https://github.com/nurgasemetey/leetcode-list-stats                    

Extension Basic Information

Name Leetcode List Stats Leetcode List Stats
ID plpmpjdanlhakphajpkakpleiomfkpmg
Official URL https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg
Description Shows solved/total for Leetcode lists
File Size 185 KB
Installation Count 200
Current Version 1.0.6
Last Updated 2021-11-27
Publish Date 2021-10-24
Developer nurgasemetey
Email [email protected]
Payment Type free
Extension Website https://github.com/nurgasemetey/leetcode-list-stats
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leetcode List Stats",
    "short_name": "LeetcodeListStats",
    "description": "Shows solved\/total for Leetcode lists",
    "version": "1.0.6",
    "permissions": [
        "*:\/\/*.leetcode.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Leetcode List Stats",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}