Chiasenhac Download Plugin

Chiasenhac Download Plugin

Tool download nhanh album chất lượng cao trên trang chiasenhac.vn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chiasenhac Download Plugin",
  "short_name": "CSNdownload",
  "description": "Tool download nhanh album chất lượng cao trên trang chiasenhac.vn",
  "version": "2.5.0",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "img/icon.png"
    },
    "default_title": "CSNdownload2",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chiasenhac.vn/*",
        "https://*.chiasenhac.vn/*",
        "http://chiasenhac.vn/*",
        "http://*.chiasenhac.vn/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "permissions": [
    "declarativeContent",
    "https://chiasenhac.vn/",
    "https://*.chiasenhac.vn/",
    "https://chiasenhac.com/",
    "https://*.chiasenhac.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}