피탕메이트

피탕메이트

디시인사이드 갤질을 편하게, 다양한 편의 기능을 제공해줘요

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "피탕메이트",
  "description": "디시인사이드 갤질을 편하게, 다양한 편의 기능을 제공해줘요 ",
  "version": "2.12",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gall.dcinside.com/*lists*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jQuery.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  }
}