Plug Notify

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

Hvad er Plug Notify?

Plug Notify er en Chrome-udvidelse udviklet af http://www.stephentvedt.com, og dens hovedfunktion er "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".

Udvidelsesskærmbilleder

screenshot

Download Plug Notify-udvidelses-CRX-fil

Download Plug Notify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Now with customizable notifications!                    

Grundlæggende oplysninger om udvidelsen

Navn Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
Officiel URL https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Beskrivelse A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Filstørrelse 84.43 KB
Antal Installationer 10
Nuværende Version 1.0.0
Senest Opdateret 2017-11-14
Udgivelsesdato 2017-11-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler http://www.stephentvedt.com
Betalingsmetode free
Udvidelseswebsted https://github.com/stvedt/Plug-Notify
Understøttede Sprog 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"
    ]
}