Get Token & Cookie

Get Token & Cookie

Công cụ Lấy thông tin Token và Cookie trình duyệt giúp người dùng.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Token & Cookie",
  "manifest_version": 2,
  "version": "1.8",
  "icons": {
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://kit.fontawesome.com/6b27cf648d.js https://ssl.google-analytics.com https://ajax.googleapis.com https://apis.google.com https://stackpath.bootstrapcdn.com; object-src 'self'",
  "permissions": [
    "*://*/*",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "cookies"
  ],
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.min.js"
    ]
  }
}