왁물원 애드온

왁물원 애드온

왁물원과 트위치에서 더욱 편리하게 지낼 수 있게 도와주는 확장 프로그램입니다

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "왁물원 애드온",
  "description": "왁물원과 트위치에서 더욱 편리하게 지낼 수 있게 도와주는 확장 프로그램입니다",
  "version": "3.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  }
}