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”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | loeapdhmokmdkoklhijjmpgjdcieebgj | 
| 官方網址 | 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"
    ]
}  |  |