Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
Hvad er Saavn Notifications?
Saavn Notifications er en Chrome-udvidelse udviklet af Campus Folder, og dens hovedfunktion er "Notifications! See what's playing without the struggle of opening the tab.".
Udvidelsesskærmbilleder
Download Saavn Notifications-udvidelses-CRX-fil
Download Saavn Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
# 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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ebkmpooehgcmpkbjgappmodejcjdfnlp |
Officiel URL | https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp |
Beskrivelse | Notifications! See what's playing without the struggle of opening the tab. |
Filstørrelse | 29.27 KB |
Antal Installationer | 159 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2016-08-20 |
Udgivelsesdato | 2016-08-20 |
Bedømmelse | 4.23/5 Samlet 13 Bedømmelser |
Udvikler | Campus Folder |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |