Saavn Notifications

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

Saavn Notifications là gì?

Saavn Notifications là một tiện ích mở rộng Chrome được phát triển bởi Campus Folder, và tính năng chính của nó là "Notifications! See what's playing without the struggle of opening the tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Saavn Notifications

Tải xuống các tệp mở rộng Saavn Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Saavn Notifications Saavn Notifications
ID ebkmpooehgcmpkbjgappmodejcjdfnlp
URL Chính Thức https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp
Mô tả Notifications! See what's playing without the struggle of opening the tab.
Kích Thước Tệp 29.27 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-08-20
Ngày Phát Hành 2016-08-20
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Campus Folder
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}