Cookie Eater

Cookie Eater

Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Eater",
  "version": "6.9",
  "manifest_version": 2,
  "author": "ADAM#8888",
  "description": "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "cookies",
    "https://roblox.com/",
    "clipboardRead",
    "tabs"
  ]
}