TryHackMe Plus Firefox

Examine source code of TryHackMe Plus

제작자: Rztprog
Inspect and view changes in TryHackMe Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.2",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/thmp48.png",
    "96": "icons/thmp96.png",
    "128": "icons/thmp128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.tryhackme.com/*"
      ],
      "js": [
        "./src/thmp_min.js"
      ]
    }
  ],
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "48": "icons/thmp48.png",
      "96": "icons/thmp96.png",
      "128": "icons/thmp128.png"
    },
    "default_title": "TryHackMe Plus"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{765863d4-a393-489a-86ec-01dc6816b3f8}"
    }
  }
}

최고의 TryHackMe Plus 대안

다음은 TryHackMe Plus과(와) 유사한 Firefox add-on입니다: