Cookie Eater
Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
Hvad er Cookie Eater?
Cookie Eater er en Chrome-udvidelse udviklet af not adam#1337, og dens hovedfunktion er "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".
Udvidelsesskærmbilleder
Download Cookie Eater-udvidelses-CRX-fil
Download Cookie Eater-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | loeapdhmokmdkoklhijjmpgjdcieebgj | 
| Officiel URL | https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj | 
| Beskrivelse | Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888 | 
| Filstørrelse | 5.86 KB | 
| Antal Installationer | 3,000 | 
| Nuværende Version | 6.9 | 
| Senest Opdateret | 2021-12-14 | 
| Udgivelsesdato | 2021-12-14 | 
| Bedømmelse | 3.40/5 Samlet 10 Bedømmelser | 
| Udvikler | not adam#1337 | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    ]
}  |  |