디씨 다크모드

디씨 다크모드

야간모드도 밝다! 어둠의 자식들을 위한 더 어두운 다크모드

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "디씨 다크모드",
  "description": "야간모드도 밝다! 어둠의 자식들을 위한 더 어두운 다크모드",
  "version": "1.3.1",
  "homepage_url": "https://blog.naver.com/columncat",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fever.png"
      ],
      "matches": [
        "https://gall.dcinside.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gall.dcinside.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}