Por: leetplug
Inspect and view changes in LeetPlug source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LeetPlug",
"description": "This extension adds tracking features to the LeetCode interface.",
"version": "1.1.1",
"icons": {
"16": "images/brain16.png",
"24": "images/brain24.png",
"32": "images/brain32.png",
"128": "images/brain128.png"
},
"browser_action": {
"default_icon": "images/brain24.png",
"default_popup": "src/popup.html"
},
"permissions": [
"storage",
"*://leetplug.azurewebsites.net/*"
],
"background": {
"scripts": [
"src/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/problems/*"
],
"run_at": "document_start",
"js": [
"thirdParty/jquery-3.5.1.slim.min.js",
"src/problemsScript.js"
]
}
]
} Mejores alternativas LeetPlug
Aquí hay algunas Firefox add-ons que son similares a LeetPlug:
LeetCode Friends info
BNVignesh
LeetTracker
Prasanth
Leetcode Contest Tracker
altyon
LeetcodeEnhancer
Shub
LeetPush
Adarsh kumar
KeepCode
dngi
LeetCode Timer
jedwards1230
LeetCode Video Solutions
Soumya Ranjan Mohanty (geekysrm)
LeetCode Classic
Chandrakishor Singh
LeetNotion Sync
oilybikechain
Leetcode Explained
ZDevelops