LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
What is LeetCode Fix?
LeetCode Fix is a Chrome extension developed by bunny, and its main feature is "Leetcode extension for showing dislike count in Dynamic Layout.".
Extension Screenshots
Download LeetCode Fix Extension CRX File
Download LeetCode Fix 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
Get back the Leetcode problems dislike counts in Dynamic Layout.
Extension Basic Information
Name | LeetCode Fix |
ID | kgenneohccgagookoocgihpkohmehnip |
Official URL | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
Description | Leetcode extension for showing dislike count in Dynamic Layout. |
File Size | 13.7 KB |
Installation Count | 72 |
Current Version | 0.0.6 |
Last Updated | 2023-11-23 |
Publish Date | 2023-09-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | bunny |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bunnykek/LeetCode-Fix |
Help Page URL | https://github.com/bunnykek/LeetCode-Fix/issues |
Supported Languages | 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\/*" ] } ] } |