CrackTech - Find LeetCode Company Tags

CrackTech - Find LeetCode Company Tags

While solving a LeetCode problem this extension shows the name of companies who asked that problem. Check this Video:https://www.youtube.com/watch?v=kELpCJ3Rc_Q

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CrackTech - Find LeetCode Company Tags",
  "version": "1.0.6",
  "homepage_url": "https://github.com/ssavi-ict/LC-Which-Company",
  "description": "An extension that can help candidate to prepare for a Company specific DSA interview.",
  "manifest_version": 2,
  "author": "Avik Sarkar",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "CrackTech - Find LeetCode Company Tags"
  },
  "icons": {
    "32": "res/32.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dce8a4cb-a25e-4b36-b33c-6d1059e8c560}"
    }
  }
}