Avocadic 영어사전 단어장 English Korean Dictionary

Avocadic 영어사전 단어장 English Korean Dictionary

검색한 단어와 해당 예문을 자동으로 저장해주고 예문을 클릭하면 해당 사이트로 이동할 수 있습니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Avocadic 영어사전 단어장 English Korean Dictionary",
  "description": "검색한 단어와 해당 예문을 자동으로 저장해주고 예문을 클릭하면 해당 사이트로 이동할 수 있습니다.",
  "version": "2.1.6",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Avocadic 영어사전 & 단어장",
    "default_icon": "avocado.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "avocado.png",
    "48": "avocado.png",
    "128": "avocado.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.main.tsx.28fb0721.6787a8dc.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/index.d2a06c1e.css",
        "assets/main.9a6a6060.css"
      ]
    },
    {
      "js": [
        "assets/content-script-loader.index.tsx.c87dc486.86dbbed9.js"
      ],
      "matches": [
        "https://avocadic.io/*",
        "https://www.avocadic.io/*",
        "http://localhost:3000/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/index.d2a06c1e.css",
        "assets/index.9778127f.css"
      ]
    }
  ],
  "host_permissions": [
    "https://en.dict.naver.com/"
  ],
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/src/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/jsx-runtime.9103eaf3.js",
        "assets/_commonjsHelpers.f037b798.js",
        "assets/index.79198215.js",
        "assets/main.tsx.28fb0721.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "https://avocadic.io/*",
        "https://www.avocadic.io/*"
      ],
      "resources": [
        "assets/jsx-runtime.9103eaf3.js",
        "assets/_commonjsHelpers.f037b798.js",
        "assets/index.79198215.js",
        "assets/index.tsx.c87dc486.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "optional_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "netRequestRules",
        "path": "netRequestRules.json"
      }
    ]
  }
}