Cookie Eater

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

Qu'est-ce que Cookie Eater ?

Cookie Eater est une extension Chrome développée par not adam#1337, et sa fonction principale est "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cookie Eater

Téléchargez les fichiers d'extension Cookie Eater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cookie Eater Cookie Eater
ID loeapdhmokmdkoklhijjmpgjdcieebgj
URL Officiel https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj
Description Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
Taille du Fichier 5.86 KB
Nombre d'Installations 3,000
Version Actuelle 6.9
Dernière Mise à Jour 2021-12-14
Date de Publication 2021-12-14
Évaluation 3.40/5 Total 10 Évaluations
Développeur not adam#1337
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}