Plug Notify

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

Wat is Plug Notify?

Plug Notify is een Chrome-extensie ontwikkeld door http://www.stephentvedt.com, en de belangrijkste functie is "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plug Notify

Download Plug Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Now with customizable notifications!                    

Basisinformatie over de Extensie

Naam Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
Officiële URL https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Beschrijving A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Bestandsgrootte 84.43 KB
Aantal Installaties 10
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-11-14
Publicatiedatum 2017-11-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.stephentvedt.com
Betalingswijze free
Extensiewebsite https://github.com/stvedt/Plug-Notify
Ondersteunde Talen 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"
    ]
}