Plug Notify

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

Qu'est-ce que Plug Notify ?

Plug Notify est une extension Chrome développée par http://www.stephentvedt.com, et sa fonction principale est "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plug Notify

Téléchargez les fichiers d'extension Plug Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Now with customizable notifications!                    

Informations de Base sur l'Extension

Nom Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
URL Officiel https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Description A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Taille du Fichier 84.43 KB
Nombre d'Installations 10
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-11-14
Date de Publication 2017-11-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://www.stephentvedt.com
Type de Paiement free
Site Web de l'Extension https://github.com/stvedt/Plug-Notify
Langues Prises en Charge 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"
    ]
}