Diabeuu stream notification
Powiadomienia o streamie Diabeuua :)
Diabeuu stream notificationคืออะไร?
Diabeuu stream notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย carltonleatch และคุณลักษณะหลักของมันคือ "Powiadomienia o streamie Diabeuua :)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diabeuu stream notification
ดาวน์โหลดไฟล์ส่วนขยาย Diabeuu stream notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prosta wtyczka, która powiadamia o streamach Diabeuua. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | akbgagkldcanlaclnjplhdnnmibdagga |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/diabeuu-stream-notificati/akbgagkldcanlaclnjplhdnnmibdagga |
| คำอธิบาย | Powiadomienia o streamie Diabeuua :) |
| ขนาดไฟล์ | 58.15 KB |
| จำนวนการติดตั้ง | 23 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2018-02-20 |
| วันที่เผยแพร่ | 2018-02-20 |
| คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | carltonleatch |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Diabeuu stream notification",
"description": "Powiadomienia o streamie Diabeuua :)",
"version": "0.2",
"icons": {
"128": "Logo\/test128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.js",
"popup.js"
]
},
"browser_action": {
"name": "Sprawd\u017a czy Diabeuu ju\u017c streamuje",
"default_popup": "popup.html"
},
"permissions": [
"notifications",
"alarms",
"http:\/\/www.newsstate.com\/*"
],
"manifest_version": 2
} | |