By: Ashmit Jagtap
Inspect and view changes in Leetcode: hide testcase source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Leetcode: hide testcase",
"version": "1.0.1",
"description": "This extension helps hide the failed testcase while practicing on Leetcode",
"icons": {
"16": "assets/img16.png",
"36": "assets/img36.png",
"48": "assets/img48.png",
"64": "assets/img64.png",
"128": "assets/img128.png"
},
"permissions": [
"tabs",
"webRequest",
"*://leetcode.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"48": "assets/img48.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://leetcode.com/problems/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"styles.css"
],
"browser_specific_settings": {
"gecko": {
"id": "{a0f377a8-9dd2-4ec2-ae1a-aa791ee59124}"
}
}
} Best Leetcode: hide testcase Alternatives
Here are some Firefox add-ons that are similar to Leetcode: hide testcase:
Hide LeetCode Solutions
Jared Cuglietta
Painless LeetCode
nikaltipar
Leetcode Enhancer
Lovesh Dongre
LeetCode Contest Helper
imozo studio
LeetHide CN
Ayden
LeetQuiet: Code with Focus. Not with Noise.
Sathwik Hejamady Bhat
Leetcode Calendar
Charlie Weinberger
CFHideProblems@leksi.net
Leksiq
LeetcodeEnhancer
Shub
LC_Difficulty_Eliminator
Akhil Sharma