2fa and Cookies

2fa and Cookies

Get a 2fa code to log into apps and websites, save cookies to a txt file. https://2facookies.space

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "2fa and Cookies",
  "description": "Get a 2fa code to log into apps and websites, save cookies to a txt file. https://2facookies.space",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_popup": "main.html"
  },
  "host_permissions": [
    "*://*.facebook.com/",
    "*://*.tiktok.com/",
    "*://*.vk.com/"
  ],
  "permissions": [
    "storage",
    "cookies",
    "downloads"
  ],
  "background": {}
}