Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
Cos'è Saavn Notifications?
Saavn Notifications è un'estensione di Chrome sviluppata da Campus Folder, e la sua funzione principale è "Notifications! See what's playing without the struggle of opening the tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Saavn Notifications
Scarica i file di estensione Saavn Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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.
Informazioni di Base sull'Estensione
Nome | |
ID | ebkmpooehgcmpkbjgappmodejcjdfnlp |
URL Ufficiale | https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp |
Descrizione | Notifications! See what's playing without the struggle of opening the tab. |
Dimensione del File | 29.27 KB |
Conteggio Installazioni | 159 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-08-20 |
Data di Pubblicazione | 2016-08-20 |
Valutazione | 4.23/5 Totale 13 Valutazioni |
Sviluppatore | Campus Folder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |