Dino Anywhere
Play this cute dinosaur whenever you want
Dino Anywhereคืออะไร?
Dino Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tikrank และคุณลักษณะหลักของมันคือ "Play this cute dinosaur whenever you want"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dino Anywhere
ดาวน์โหลดไฟล์ส่วนขยาย Dino Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner Have fun!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
คำอธิบาย | Play this cute dinosaur whenever you want |
ขนาดไฟล์ | 61.63 KB |
จำนวนการติดตั้ง | 13,138 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-10-20 |
วันที่เผยแพร่ | 2020-09-25 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | tikrank |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dino Anywhere", "description": "Play this cute dinosaur whenever you want", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Dino Anywhere", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*.css", "*.js", "assets\/*" ], "permissions": [ "tabs", "*:\/\/*.facebook.com\/*" ] } |