Plug Notify

A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Apa itu Plug Notify?

Plug Notify adalah ekstensi Chrome yang dikembangkan oleh http://www.stephentvedt.com, dan fitur utamanya adalah "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Plug Notify

Unduh file ekstensi Plug Notify 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

                        A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Now with customizable notifications!                    

Informasi Dasar Ekstensi

Nama Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
URL Resmi https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Deskripsi A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Ukuran File 84.43 KB
Jumlah Instalasi 10
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-11-14
Tanggal Publikasi 2017-11-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://www.stephentvedt.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/stvedt/Plug-Notify
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Notify",
    "description": "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/plug.dj\/*",
        "https:\/\/plug.dj\/*"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "main.js"
    ]
}