Leet Xt
Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!
什么是Leet Xt?
Leet Xt是由binbard开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!”。
扩展截图
下载Leet Xt扩展crx文件
下载Leet Xt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Leetcode just got a lot better with Leet Xt! 🚀
🌟 Features:
🧐 Add Users to Friends Page: Easily add your friends from their profile page using the star button, making it simpler than ever to connect and compete.
🧑🤝🧑 Friends Page: Sort and organize your friends on the Friends Page, making it effortless to keep track of your network.
🔄 Import and Export Friends: Seamlessly import and export friends using extension options, making it a breeze to manage your LeetCode connections.
🏆 Contest Rating Predict: Get ahead of the curve by predicting your rating before official contest results are out. Just hit the special button on the contest page.
👥 View Friends Participating: Stay in the know about which of your friends are participating in contests, and check out their predicted ratings, even for past contests.
📚 Explore Company Problems: Easily access all problems from a specific company, complete with duration and frequency data.
🔓 Unlock Editorials: View locked editorials for problems to help you understand the solutions better.
📊 Problem Rating and Tags: Quickly access problem ratings and see contest and company tags on the problems page using the locked companies button.
Ready to enhance your LeetCode journey? 扩展基本信息
| 名称 | |
| ID | dlahgjgaomjgkknpcbkhjpapcflphgle |
| 官方URL | https://chromewebstore.google.com/detail/leet-xt/dlahgjgaomjgkknpcbkhjpapcflphgle |
| 简介 | Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more! |
| 文件大小 | 883 KB |
| 安装次数 | 2,592 |
| 当前版本 | 0.3.6 |
| 更新时间 | 2024-01-18 |
| 上架时间 | 2023-09-21 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | binbard |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://leet-xt.js.org/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Leet Xt",
"version": "0.3.6",
"description": "Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!",
"icons": {
"128": "\/icons\/logo_128.png",
"48": "\/icons\/logo_48.png",
"32": "\/icons\/logo_32.png",
"16": "\/icons\/logo_16.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/leetcode.com\/*"
],
"js": [
"js\/lx_html.js",
"js\/lx_utils.js",
"js\/lx_contest.js",
"js\/lx_premium.js",
"js\/lx_friends.js",
"js\/lx.js"
],
"css": [
"css\/lx.css"
]
}
],
"permissions": [
"downloads",
"storage",
"unlimitedStorage"
]
} | |