WebExtension.net
WebExtension.net

LeetCode Helper by labuladong

View on Chrome Web Store
View LeetCode Helper by labuladong Chrome Extension on Chrome Web Store
4.8 (87 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

力扣辅助刷题插件,便于 labuladong 的读者高效刷题。
Type
Extension
Users
40,000 users
labuladong
View author page of labuladong
Published
Published on November 11, 2021
Version 5.0.5
Manifest version
3
Updated
Updated on September 29, 2024
View on Chrome Web Store
View LeetCode Helper by labuladong Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeetCode Helper by labuladong",
    "version": "5.0.5",
    "default_locale": "zh_CN",
    "description": "\u529b\u6263\u8f85\u52a9\u5237\u9898\u63d2\u4ef6\uff0c\u4fbf\u4e8e labuladong \u7684\u8bfb\u8005\u9ad8\u6548\u5237\u9898\u3002",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "labuladong \u7684\u5237\u9898\u63d2\u4ef6",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader.34916526.js"
            ],
            "matches": [
                "*:\/\/leetcode-cn.com\/*",
                "*:\/\/leetcode.cn\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/content-script-en.ts-loader.0aa02ec6.js"
            ],
            "matches": [
                "*:\/\/leetcode.com\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/gitee.ts-loader.e177c998.js"
            ],
            "matches": [
                "https:\/\/labuladong.github.io\/*",
                "https:\/\/labuladong.online\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.labuladong.online\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/labuladong.online\/*"
        ]
    },
    "homepage_url": "https:\/\/labuladong.online\/algo\/",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>",
                "https:\/\/labuladong.online\/*",
                "https:\/\/leetcode-cn.com\/*",
                "https:\/\/leetcode.cn\/*",
                "https:\/\/leetcode.com\/*"
            ],
            "resources": [
                "**\/*",
                "*"
            ]
        },
        {
            "matches": [
                "*:\/\/leetcode-cn.com\/*",
                "*:\/\/leetcode.cn\/*"
            ],
            "resources": [
                "assets\/chunk-6275bab4.js",
                "assets\/chunk-8295b872.js",
                "assets\/chunk-ee19978b.js",
                "assets\/chunk-68066147.js",
                "assets\/chunk-b0c12948.js"
            ]
        },
        {
            "matches": [
                "*:\/\/leetcode.com\/*"
            ],
            "resources": [
                "assets\/chunk-6275bab4.js",
                "assets\/chunk-ee19978b.js",
                "assets\/chunk-8295b872.js",
                "assets\/chunk-68066147.js",
                "assets\/chunk-a2af6160.js"
            ]
        },
        {
            "matches": [
                "https:\/\/labuladong.github.io\/*",
                "https:\/\/labuladong.online\/*"
            ],
            "resources": [
                "assets\/chunk-b97e0cbe.js",
                "assets\/chunk-ee19978b.js",
                "assets\/chunk-cbcd1278.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top