Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
什麼是Saavn Notifications?
Saavn Notifications是由Campus Folder開發的Chrome擴展程式,該擴展的主要功能是“Notifications! See what's playing without the struggle of opening the tab.”。
擴展截圖
下載Saavn Notifications擴展crx文件
下載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 |
官方網址 | 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" } } |