LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
Apa itu LeetCode Fix?
LeetCode Fix adalah ekstensi Chrome yang dikembangkan oleh bunny, dan fitur utamanya adalah "Leetcode extension for showing dislike count in Dynamic Layout.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LeetCode Fix
Unduh file ekstensi LeetCode Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get back the Leetcode problems dislike counts in Dynamic Layout.
Informasi Dasar Ekstensi
Nama | LeetCode Fix |
ID | kgenneohccgagookoocgihpkohmehnip |
URL Resmi | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
Deskripsi | Leetcode extension for showing dislike count in Dynamic Layout. |
Ukuran File | 13.7 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2023-11-23 |
Tanggal Publikasi | 2023-09-06 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | bunny |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bunnykek/LeetCode-Fix |
URL Halaman Bantuan | https://github.com/bunnykek/LeetCode-Fix/issues |
Bahasa yang Didukung | 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\/*" ] } ] } |