Neel's Cricket
A game which you can play, enjoy and it does not store your history.
Neel's Cricketคืออะไร?
Neel's Cricket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dhruv the Developer และคุณลักษณะหลักของมันคือ "A game which you can play, enjoy and it does not store your history."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neel's Cricket
ดาวน์โหลดไฟล์ส่วนขยาย Neel's Cricket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Why do you have to search 'Doodle Cricket' and then find a website where you can play, when it can be consolidated in a single extension? This extension lets you enjoy and play this fun distraction. The best part is, it doesn't save your history!! What are you waiting for? Don't spend time doodling, instead play Neel's Cricket!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Neel's Cricket |
ID | gcmmghdaojpilacbjnhikophkjhemmbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi |
คำอธิบาย | A game which you can play, enjoy and it does not store your history. |
ขนาดไฟล์ | 20.06 KB |
จำนวนการติดตั้ง | 1,089 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-05-04 |
วันที่เผยแพร่ | 2019-05-04 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Dhruv the Developer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Neel's Cricket", "version": "1.0", "description": "A game which you can play, enjoy and it does not store your history.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |