Cookie Clicker Original
Orteil Cookie Clicker original game about making millions of delicious cookies
Cookie Clicker Originalคืออะไร?
Cookie Clicker Original เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GamesPremium และคุณลักษณะหลักของมันคือ "Orteil Cookie Clicker original game about making millions of delicious cookies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Clicker Original
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Clicker Original ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Orteil Cookie Clicker original game in browser for free: • Click to make cookies, then buy things that make cookies for you. Then click some more! • Endless play cookie clicker. • Hundreds of upgrades and achievements to unlock. To help you in this endeavor, you will recruit a wide variety of helpful cookie makers, like friendly Grandmas, Farms, Factories, and otherworldly Portals. Why is the Clicker game genre so popular with players? Clicker games with easy-to-understand gameplay have attracted players, even newbies who have never played video games before. Players can quickly master the game with just a simple mouse click and keyboard control. Besides, these games are designed to be addictive because they give players a sense of both powerlessness and strength. The fact that each game can be enjoyed independently also adds to its allure. Seeing as how everything is improving, you may rest assured that you are making steady development without having to play constantly. Last but not least, almost Cookie Clicker is free. You can play this game without worrying about charges. That makes Clicker games more and more popular as time goes by. Ads notice: the game page may contain a small banner to our partners gaming site. In addition, there are no more ads in this extension. Enjoy the game without distractions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Clicker Original |
ID | obcmfmeficnoghcjcmkafpmmbnkbmbfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-clicker-original/obcmfmeficnoghcjcmkafpmmbnkbmbfo |
คำอธิบาย | Orteil Cookie Clicker original game about making millions of delicious cookies |
ขนาดไฟล์ | 8.46 MB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 2.51 |
อัปเดตครั้งล่าสุด | 2023-11-21 |
วันที่เผยแพร่ | 2023-06-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | GamesPremium |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/privacy-policy-092/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "action": { "default_title": "Cookie Clicker", "default_icon": "icons\/32.png" }, "background": { "service_worker": "service_worker.js" }, "sandbox": { "pages": [ "cookie\/index.html" ] }, "name": "Cookie Clicker Original", "version": "2.51", "content_security_policy": { "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "permissions": [ "storage" ], "description": "Orteil Cookie Clicker original game about making millions of delicious cookies", "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "mg.js" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "btch.js" ], "matches": [ "https:\/\/*\/*" ] } ], "manifest_version": 3, "host_permissions": [ "https:\/\/*\/*" ] } |