领英助理Cookie

领英助理Cookie

领英助理Cookie助手,可快速复制网站cookie,用于绑定账号。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "homepage_url": "https://www.lingyingzhuli.com",
  "action": {
    "default_icon": "icons/logo.png",
    "default_popup": "popup.html",
    "default_title": "领英助理Cookie"
  },
  "default_locale": "zh_CN",
  "description": "领英助理Cookie助手,可快速复制网站cookie,用于绑定账号。",
  "icons": {
    "128": "icons/logo.png"
  },
  "manifest_version": 3,
  "name": "领英助理Cookie",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://*.linkedin.com/"
  ],
  "version": "1.0.3"
}