Cookie clicker control
This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
Cookie clicker controlคืออะไร?
Cookie clicker control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย argent และคุณลักษณะหลักของมันคือ "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie clicker control
ดาวน์โหลดไฟล์ส่วนขยาย Cookie clicker control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can make modifications to: - Cookies - Achievements - Purchases - Upgrades - Heavenly chips - Prestige level - Prestige upgrades *** Disclaimer *** I'm not affiliated with orteil or dashnet in anyway this was meant to be just a fun project I wouldn't recommend using my extension, it ruins the fun out of the game anyways have a nice day :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bglkgdkjpdjhnepilabaofndpgocpmlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb |
คำอธิบาย | This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard |
ขนาดไฟล์ | 75.28 KB |
จำนวนการติดตั้ง | 3,001 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-11-07 |
วันที่เผยแพร่ | 2021-07-25 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | argent |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie clicker control", "description": "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard", "version": "1.1", "manifest_version": 2, "permissions": [ "*:\/\/*orteil.dashnet.org\/cookieclicker*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/orteil.dashnet.org\/cookieclicker\/" ], "run_at": "document_idle", "js": [ "mods.js" ] } ] } |