DCRefresher Reborn

DCRefresher Reborn

디시인사이드 개선 확장 프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "디시인사이드 개선 확장 프로그램",
  "version": "3.11.3",
  "name": "DCRefresher Reborn",
  "manifest_version": 2,
  "permissions": [
    "https://dcrefresher.green1052.com/*",
    "https://*.dcinside.com/*",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "refresher.bundle.js"
      ],
      "css": [
        "refresher.bundle.css"
      ],
      "matches": [
        "https://*.dcinside.com/*"
      ],
      "exclude_matches": [
        "https://wiki.dcinside.com/*",
        "https://event.dcinside.com/*",
        "https://mall.dcinside.com/*",
        "https://h5.dcinside.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "120": "assets/icons/logo/[email protected]",
    "180": "assets/icons/logo/[email protected]",
    "1024": "assets/icons/logo/Icon.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "assets/icons/logo/[email protected]",
      "180": "assets/icons/logo/[email protected]",
      "1024": "assets/icons/logo/Icon.png"
    },
    "default_popup": "views/index.html",
    "default_title": "DCRefresher Reborn"
  },
  "options_ui": {
    "chrome_style": false,
    "page": "views/index.html"
  },
  "web_accessible_resources": [
    "assets/*",
    "popup/*"
  ],
  "commands": {
    "refreshLists": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "글 목록 새로고침: 새로고침"
    },
    "refreshPause": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "글 목록 새로고침: 일시 비활성화"
    },
    "stealthPause": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "스텔스 모드: 일시 비활성화"
    }
  },
  "applications": {
    "gecko": {
      "id": "dcrefresher-reborn@green1052"
    }
  }
}