Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
¿Qué es Saavn Notifications?
Saavn Notifications es una extensión de Chrome desarrollada por Campus Folder, y su función principal es "Notifications! See what's playing without the struggle of opening the tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Saavn Notifications
Descarga archivos de extensión Saavn Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
# 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.
Información Básica de la Extensión
Nombre | |
ID | ebkmpooehgcmpkbjgappmodejcjdfnlp |
URL Oficial | https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp |
Descripción | Notifications! See what's playing without the struggle of opening the tab. |
Tamaño del Archivo | 29.27 KB |
Cantidad de Instalaciones | 159 |
Versión Actual | 1.0.2 |
Última Actualización | 2016-08-20 |
Fecha de Publicación | 2016-08-20 |
Calificación | 4.23/5 Total de 13 Calificaciones |
Desarrollador | Campus Folder |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |