cookie快速模拟

cookie快速模拟

方便地管理你的cookie,开发人员必备,快速查看,修改,删除。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "name": "cookie快速模拟",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "https://*/*",
    "http://*/*",
    "cookies"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "manifest_version": 2
}