Chicken on a Raft
Play the song Chicken on a Raft!
Chicken on a Raftคืออะไร?
Chicken on a Raft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://niko109.com และคุณลักษณะหลักของมันคือ "Play the song Chicken on a Raft!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chicken on a Raft
ดาวน์โหลดไฟล์ส่วนขยาย Chicken on a Raft ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play "Chicken on a Raft" anywhere you are without an internet connection! Can even play in background when Chrome is closed!
Chicken on a raft: http://chickenonaraft.com ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mlpeefdfilpcolheiopnpicfkchdchbp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chicken-on-a-raft/mlpeefdfilpcolheiopnpicfkchdchbp |
| คำอธิบาย | Play the song Chicken on a Raft! |
| ขนาดไฟล์ | 2.63 MB |
| จำนวนการติดตั้ง | 485 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-02-14 |
| วันที่เผยแพร่ | 2014-02-14 |
| คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
| ผู้พัฒนา | https://niko109.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://niko109.com |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Play the song Chicken on a Raft!",
"manifest_version": 2,
"name": "Chicken on a Raft",
"permissions": [
"background"
],
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/niko109.com",
"author": "Nick Schauer",
"offline_enabled": true,
"browser_action": {
"default_icon": "icon16.png",
"default_title": "Chicken on a Raft",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"player.js"
]
}
} | |