Examine source code of YesnetSC

Inspect and view changes in YesnetSC source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YesnetSC",
  "version": "1.0",
  "description": "캡처한 div를 이미지로 저장하거나 클립보드에 복사",
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://loginba.ecount.com/*"
  ],
  "icons": {
    "16": "icons/16/icon16.png",
    "48": "icons/48/icon48.png",
    "128": "icons/128/icon128.png"
  },
  "action": {
    "default_popup": "yesnetSc.html",
    "default_icon": {
      "16": "icons/16/icon16.png",
      "19": "icons/19/icon19.png",
      "38": "icons/38/icon38.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "node_modules/html2canvas/dist/html2canvas.min.js"
      ],
      "matches": [
        "*://loginba.ecount.com/*"
      ]
    },
    {
      "resources": [
        "fonts/PretendardGOV-Bold.woff"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}