Cookie Eater
Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
Was ist Cookie Eater?
Cookie Eater ist eine Chrome-Erweiterung, die von not adam#1337 entwickelt wurde, und ihr Hauptmerkmal ist "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".
Erweiterungsscreenshots
Cookie Eater-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie Eater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | loeapdhmokmdkoklhijjmpgjdcieebgj | 
| Offizielle URL | https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj | 
| Beschreibung | Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888 | 
| Dateigröße | 5.86 KB | 
| Installationsanzahl | 3,000 | 
| Aktuelle Version | 6.9 | 
| Letztes Update | 2021-12-14 | 
| Veröffentlichungsdatum | 2021-12-14 | 
| Bewertung | 3.40/5 Insgesamt 10 Bewertungen | 
| Entwickler | not adam#1337 | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |