Saavn Notifications

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

ما هو Saavn Notifications؟

Saavn Notifications هو إضافة Chrome تم تطويرها بواسطة Campus Folder، والميزة الرئيسية لها هي "Notifications! See what's playing without the struggle of opening the tab.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Saavn Notifications

قم بتنزيل ملفات الامتداد Saavn Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Saavn Notifications Saavn Notifications
ID ebkmpooehgcmpkbjgappmodejcjdfnlp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp
الوصف Notifications! See what's playing without the struggle of opening the tab.
حجم الملف 29.27 KB
عدد التثبيتات 159
النسخة الحالية 1.0.2
آخر تحديث 2016-08-20
تاريخ النشر 2016-08-20
تقييم 4.23/5 مجموع تقييمات 13
المطور Campus Folder
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}