Suh Dude
Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.
Suh Dudeคืออะไร?
Suh Dude เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BuenApps และคุณลักษณะหลักของมันคือ "Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suh Dude
ดาวน์โหลดไฟล์ส่วนขยาย Suh Dude ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Suh Dude! ✌
(has audio)
Will answer all your prayers. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | knhmlhlnhdmciiodklobeihobgeefpch |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/suh-dude/knhmlhlnhdmciiodklobeihobgeefpch |
| คำอธิบาย | Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience. |
| ขนาดไฟล์ | 323 KB |
| จำนวนการติดตั้ง | 94 |
| เวอร์ชันปัจจุบัน | 1.1.1 |
| อัปเดตครั้งล่าสุด | 2016-02-13 |
| วันที่เผยแพร่ | 2016-02-13 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | BuenApps |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Suh Dude",
"description": "Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.",
"author": "Fabian Buentello",
"short_name": "Suh Dude",
"version": "1.1.1",
"icons": {
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"SuhDude.js"
]
},
"browser_action": {
"default_icon": "icon_128.png"
},
"web_accessible_resources": [
"audio\/sahDude_0.mp3",
"audio\/sahDude_1.mp3",
"audio\/sahDude_2.mp3",
"audio\/sahDude_3.mp3",
"audio\/sahDude_4.mp3",
"audio\/sahDude_5.mp3",
"audio\/sahDude_6.mp3",
"audio\/sahDude_7.mp3",
"audio\/sahDude_8.mp3"
],
"permissions": [
"activeTab"
]
} | |