Cookie Eater

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

What is Cookie Eater?

Cookie Eater is a Chrome extension developed by not adam#1337, and its main feature is "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".

Extension Screenshots

screenshot

Download Cookie Eater Extension CRX File

Download Cookie Eater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes it easier to log into your Roblox account with a cookie on your clipboard, rather than using EditThisCookie and manually replacing the cookie.                    

Extension Basic Information

Name Cookie Eater Cookie Eater
ID loeapdhmokmdkoklhijjmpgjdcieebgj
Official URL https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj
Description Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
File Size 5.86 KB
Installation Count 3,000
Current Version 6.9
Last Updated 2021-12-14
Publish Date 2021-12-14
Rating 3.40/5 Total 10 Ratings
Developer not adam#1337
Email [email protected]
Payment Type free
Supported Languages en-US
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"
    ]
}