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
Eメール [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"
    ]
}