Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
Saavn Notificationsคืออะไร?
Saavn Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Campus Folder และคุณลักษณะหลักของมันคือ "Notifications! See what's playing without the struggle of opening the tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saavn Notifications
ดาวน์โหลดไฟล์ส่วนขยาย Saavn Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# Fixed a notification bug Don't waste time opening the Saavn tab to see which song is being played. This extension displays a notification of the current song being played. This app doesn't collect any data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ebkmpooehgcmpkbjgappmodejcjdfnlp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp |
คำอธิบาย | Notifications! See what's playing without the struggle of opening the tab. |
ขนาดไฟล์ | 29.27 KB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-08-20 |
วันที่เผยแพร่ | 2016-08-20 |
คะแนน | 4.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Campus Folder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saavn Notifications", "description": "Notifications! See what's playing without the struggle of opening the tab.", "manifest_version": 2, "version": "1.0.2", "permissions": [ "notifications", "activeTab", "tabs", "http:\/\/www.saavn.com\/*", "https:\/\/www.saavn.com\/*" ], "content_scripts": [ { "js": [ "saavn.min.js" ], "matches": [ "http:\/\/www.saavn.com\/*", "https:\/\/www.saavn.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Saavn Notifications" } } |