딴게이 메모 v2

딴게이 메모 v2

딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "syungkim",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/ddangay_content.css"
      ],
      "js": [
        "js/vendor/jquery.min.js",
        "js/vendor/lodash.min.js",
        "js/ddangay_content.js",
        "js/exif.min.js"
      ],
      "matches": [
        "http://www.ddanzi.com/*",
        "http://www.ddanzi.com/free/",
        "http://www.ddanzi.com/free/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.",
  "externally_connectable": {
    "matches": [
      "*://*.ddanzi.com/*"
    ]
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthTaKTC9iR+v2KcyBVaAJtCAOyxeyP15iNxApgXsYl5n0QixtwH1P1pD1043eZ8DcJKkyipbBpz5gLM4yKKnSXkMD0Ff156lhD0HMTuktUOVSplIN8EBeeBLMSsOX3sEsLGHZK/rjjPQEuY0ktfTJx1FDfQdBbNXCpjW3l8BxLxHl37Vmy1i/BrZ7rHyssgAdfGaIJNwvC46OygZMI5fLDKL69OOaRytLlgJA++yz3tCzuf1RCJLEluqFVr5DPekOaBIx5PPNRKg8tMu5gZPE8An5zG2eR3Upoq3SG2BLVuty8B1xVnR/i3YO1wBPY4Lq0DK6CuAY4/HY8jlivMj6wIDAQAB",
  "manifest_version": 2,
  "name": "딴게이 메모 v2",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs",
    "http://www.ddanzi.com/free/",
    "http://*.ddanzi.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.51.1",
  "web_accessible_resources": [
    "css/*",
    "js/*"
  ]
}