Saavn Notifications

Notifications! See what's playing without the struggle of opening the tab.

Wat is Saavn Notifications?

Saavn Notifications is een Chrome-extensie ontwikkeld door Campus Folder, en de belangrijkste functie is "Notifications! See what's playing without the struggle of opening the tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Saavn Notifications

Download Saavn Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # 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.                    

Basisinformatie over de Extensie

Naam Saavn Notifications Saavn Notifications
ID ebkmpooehgcmpkbjgappmodejcjdfnlp
Officiële URL https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp
Beschrijving Notifications! See what's playing without the struggle of opening the tab.
Bestandsgrootte 29.27 KB
Aantal Installaties 159
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-08-20
Publicatiedatum 2016-08-20
Beoordeling 4.23/5 Totaal 13 Beoordelingen
Ontwikkelaar Campus Folder
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}