스마트스토어 마스터 툴

스마트스토어 마스터 툴

네이버 스마트스토어 키워드/검색량/랭킹순위/판매량/판매건수/매출/순익/옵션/리뷰/평점/재고/카페글 등급뚫기

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "스마트스토어 마스터 툴",
  "description": "네이버 스마트스토어 키워드/검색량/랭킹순위/판매량/판매건수/매출/순익/옵션/리뷰/평점/재고/카페글 등급뚫기",
  "version": "3.1.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://magic-pruner-d35.notion.site/07f6cf3392964f48a5d33255d056ec46",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.css",
        "*.js",
        "*.json",
        "*.png",
        "*.jpg",
        "*.gif",
        "*.svg",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.eot",
        "*.otf"
      ],
      "matches": [
        "*://*.naver.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.naver.com/*"
      ],
      "js": [
        "build/contents.js"
      ],
      "css": [
        "assets/theme.css"
      ],
      "all_frames": false
    }
  ],
  "permissions": [
    "activeTab",
    "alarms",
    "declarativeNetRequest",
    "scripting",
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.naver.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "/assets/etc/rules.json"
      }
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'https://fonts.googleapis.com/' 'https://use.fontawesome.com/' 'https://fonts.gstatic.com/'; object-src 'self'"
  }
}