Cookie Eater
Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
ما هو Cookie Eater؟
Cookie Eater هو إضافة Chrome تم تطويرها بواسطة not adam#1337، والميزة الرئيسية لها هي "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie Eater
قم بتنزيل ملفات الامتداد Cookie Eater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | loeapdhmokmdkoklhijjmpgjdcieebgj | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj | 
| الوصف | Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888 | 
| حجم الملف | 5.86 KB | 
| عدد التثبيتات | 3,000 | 
| النسخة الحالية | 6.9 | 
| آخر تحديث | 2021-12-14 | 
| تاريخ النشر | 2021-12-14 | 
| تقييم | 3.40/5 مجموع تقييمات 10 | 
| المطور | not adam#1337 | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | 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"
    ]
}  |  |