Saavn Notifications

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

O que é Saavn Notifications?

Saavn Notifications é uma extensão do Chrome desenvolvida por Campus Folder, e sua principal característica é "Notifications! See what's playing without the struggle of opening the tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Saavn Notifications

Baixe arquivos de extensão Saavn Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Saavn Notifications Saavn Notifications
ID ebkmpooehgcmpkbjgappmodejcjdfnlp
URL Oficial https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp
Descrição Notifications! See what's playing without the struggle of opening the tab.
Tamanho do Arquivo 29.27 KB
Contagem de Instalações 159
Versão Atual 1.0.2
Última Atualização 2016-08-20
Data de Publicação 2016-08-20
Classificação 4.23/5 Total de 13 Avaliações
Desenvolvedor Campus Folder
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}