Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } ] }