Naver Cafe Free Pass

Naver Cafe Free Pass

네이버/다음 카페의 게시글 읽기 차단을 우회합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Naver Cafe Free Pass",
  "short_name": "Naver Pass",
  "version": "1.6.0",
  "description": "네이버/다음 카페의 게시글 읽기 차단을 우회합니다.",
  "author": "Unchun Yang",
  "homepage_url": "https://ucyang.com/",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "notifications",
    "*://*.naver.com/*",
    "*://*.daum.net/*"
  ]
}