EveEve

EveEve

webページを翻訳するAI 現在ベータテスト中のため、不具合等が多々あります。 要望やバグの報告は以下discordまで。 https://discord.gg/2JfhZdu9zW

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EveEve",
  "version": "24.5.45",
  "icons": {
    "128": "public/icon.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/script.ts-loader-DgR-bu7O.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "assets/script-CXxpQoEb.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/script.ts-BRYReB56.js"
      ],
      "use_dynamic_url": true
    }
  ]
}