Kí tự đặc biệt AnhNBT

Kí tự đặc biệt AnhNBT

Công cụ tiện ích chuyển đổi tên kí tự đặc biệt đẹp nhất dành cho game thủ bởi tác giả AnhNBT - Nguyễn Bá Tuấn Anh

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Nguyễn Bá Tuấn Anh",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/anhnbt-16.png",
      "19": "icons/anhnbt-19.png",
      "20": "icons/anhnbt-20.png",
      "32": "icons/anhnbt-32.png",
      "38": "icons/anhnbt-38.png",
      "40": "icons/anhnbt-40.png"
    },
    "default_popup": "popup.html",
    "default_title": "Kí tự đặc biệt AnhNBT"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "common/common.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Công cụ tiện ích chuyển đổi tên kí tự đặc biệt đẹp nhất dành cho game thủ bởi tác giả AnhNBT - Nguyễn Bá Tuấn Anh",
  "icons": {
    "128": "icons/anhnbt-128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Kí tự đặc biệt AnhNBT",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "short_name": "AnhNBT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}