By: Ryan
Inspect and view changes in LeetCode Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Scraper Extension",
"version": "1.0",
"description": "Scrapes text on Delete key",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{96ce0683-1ce0-4040-b24f-ca9cb6092c4a}"
}
}
} Best LeetCode Tracker Alternatives
Here are some Firefox add-ons that are similar to LeetCode Tracker: