Drunken Wolf Stream
Drunken Wolf stream notification
Drunken Wolf Streamคืออะไร?
Drunken Wolf Stream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย m.bednarska14 และคุณลักษณะหลักของมันคือ "Drunken Wolf stream notification"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drunken Wolf Stream
ดาวน์โหลดไฟล์ส่วนขยาย Drunken Wolf Stream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Plug in for your browser that will announce Drunken Wolf's stream.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dnaobhmlcopekaceeiakliaianhladbi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi |
คำอธิบาย | Drunken Wolf stream notification |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-04 |
วันที่เผยแพร่ | 2015-10-04 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | m.bednarska14 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.twitch.tv/drunkenwolflol |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/drunken16.png", "default_popup": "popup.html" }, "icons": { "128": "img\/drunken.png", "16": "img\/drunken16.png", "48": "img\/drunken48.png" }, "manifest_version": 2, "name": "Drunken Wolf Stream", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "description": "Drunken Wolf stream notification", "version": "1.0" } |