마트모어 커뮤니티 쇼핑가이드 - 뽐뿌, 클리앙, 딴지

마트모어 커뮤니티 쇼핑가이드 - 뽐뿌, 클리앙, 딴지

뽐뿌, 클리앙, 딴지에 올라온 상품의 최근 가격 변동 그래프를 보여드립니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "마트모어 커뮤니티 쇼핑가이드 - 뽐뿌, 클리앙, 딴지",
  "short_name": "마트모어 커뮤니티 쇼핑가이드",
  "version": "1.1",
  "icons": {
    "16": "/img/icons/graph_16.png",
    "32": "/img/icons/graph_32.png",
    "48": "/img/icons/graph_48.png",
    "128": "/img/icons/graph_128.png",
    "256": "/img/icons/graph_256.png"
  },
  "description": "뽐뿌, 클리앙, 딴지에 올라온 상품의 최근 가격 변동 그래프를 보여드립니다.",
  "permissions": [
    "*://*.ppomppu.co.kr/*",
    "*://*.clien.net/*",
    "*://*.ddanzi.com/*",
    "*://*.hoguya.com/*",
    "*://*.martmore.net/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "content_scripts": [
    {
      "matches": [
        "http://www.ppomppu.co.kr/*"
      ],
      "css": [
        "/css/external/hanna.css",
        "/css/ppomppu.css"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/common.js",
        "/js/ppomppu.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://clien.net/*"
      ],
      "css": [
        "/css/external/hanna.css",
        "/css/clien.css"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/common.js",
        "/js/clien.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://www.ddanzi.com/*"
      ],
      "css": [
        "/css/external/hanna.css",
        "/css/ddanzi.css"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/common.js",
        "/js/ddanzi.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}