LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
什么是LeetCode Fix?
LeetCode Fix是由bunny开发的Chrome扩展程序,该扩展的主要功能是“Leetcode extension for showing dislike count in Dynamic Layout.”。
扩展截图
下载LeetCode Fix扩展crx文件
下载LeetCode Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get back the Leetcode problems dislike counts in Dynamic Layout. 扩展基本信息
| 名称 | |
| ID | kgenneohccgagookoocgihpkohmehnip |
| 官方URL | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
| 简介 | Leetcode extension for showing dislike count in Dynamic Layout. |
| 文件大小 | 13.7 KB |
| 安装次数 | 72 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2023-11-23 |
| 上架时间 | 2023-09-06 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | bunny |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/bunnykek/LeetCode-Fix |
| 帮助页面URL | https://github.com/bunnykek/LeetCode-Fix/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LeetCode Fix",
"description": "Leetcode extension for showing dislike count in Dynamic Layout.",
"author": "https:\/\/github.com\/bunnykek",
"version": "0.0.6",
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"host_permissions": [
"https:\/\/leetcode.com\/*"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/leetcode.com\/problems\/*"
]
}
]
} | |