Saavn Notifications

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

Apa itu Saavn Notifications?

Saavn Notifications adalah ekstensi Chrome yang dikembangkan oleh Campus Folder, dan fitur utamanya adalah "Notifications! See what's playing without the struggle of opening the tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Saavn Notifications

Unduh file ekstensi Saavn Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Saavn Notifications Saavn Notifications
ID ebkmpooehgcmpkbjgappmodejcjdfnlp
URL Resmi https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp
Deskripsi Notifications! See what's playing without the struggle of opening the tab.
Ukuran File 29.27 KB
Jumlah Instalasi 159
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2016-08-20
Tanggal Publikasi 2016-08-20
Penilaian 4.23/5 Total 13 Penilaian
Pengembang Campus Folder
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}