Cookie Eater

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

什么是Cookie Eater?

Cookie Eater是由not adam#1337开发的Chrome扩展程序,该扩展的主要功能是“Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888”。

扩展截图

screenshot

下载Cookie Eater扩展crx文件

下载Cookie Eater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cookie Eater Cookie Eater
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"
    ]
}