디시인사이드 도배차단기

디시인사이드 도배차단기

유사한 게시글 도배 차단, 3개 이상 올라온 게시글 차단

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js.js"
      ],
      "matches": [
        "http://gall.dcinside.com/*",
        "https://gall.dcinside.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "image16.png",
    "32": "image32.png",
    "48": "image48.png",
    "64": "image64.png",
    "128": "image128.png"
  },
  "description": "유사한 게시글 도배 차단, 3개 이상 올라온 게시글 차단",
  "manifest_version": 2,
  "name": "디시인사이드 도배차단기",
  "permissions": [
    "http://gall.dcinside.com/*",
    "https://gall.dcinside.com/*"
  ],
  "version": "2.7"
}