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 |
官方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" } } |