Korea Starbucks Wifi Auto Agreement

Korea Starbucks Wifi Auto Agreement

스타벅스 와이파이 이용약관에 자동동의 후 기존 페이지로 이동합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Korea Starbucks Wifi Auto Agreement",
  "description": "스타벅스 와이파이 이용약관에 자동동의 후 기존 페이지로 이동합니다.",
  "version": "0.0.2",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}