Cookie Eater
Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888
Vad är Cookie Eater?
Cookie Eater är en Chrome-tillägg utvecklad av not adam#1337, och dess huvudfunktion är "Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888".
Tilläggsskärmbilder
Ladda ner Cookie Eater-förlängningens CRX-fil
Ladda ner Cookie Eater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | loeapdhmokmdkoklhijjmpgjdcieebgj |
| Officiell webbadress | https://chromewebstore.google.com/detail/cookie-eater/loeapdhmokmdkoklhijjmpgjdcieebgj |
| Beskrivning | Logs into a roblox account with the cookie on your clipboard, made by ADAM#8888 |
| Filstorlek | 5.86 KB |
| Antal Installationer | 3,000 |
| Aktuell Version | 6.9 |
| Senast Uppdaterad | 2021-12-14 |
| Publiceringsdatum | 2021-12-14 |
| Betyg | 3.40/5 Totalt 10 Betyg |
| Utvecklare | not adam#1337 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |