ㅈㅅㅈㅅ Helper

ㅈㅅㅈㅅ Helper

Open ㅈㅅㅈㅅ link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ㄷㄷㄷ",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "default_locale": "ko",
  "description": "__MSG_extDesc__",
  "homepage_url": "http://www.ddanzi.com/free",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "*://*/*",
    "contextMenus"
  ],
  "version": "1.0.5"
}