Plug Notify
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
O que é Plug Notify?
Plug Notify é uma extensão do Chrome desenvolvida por http://www.stephentvedt.com, e sua principal característica é "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plug Notify
Baixe arquivos de extensão Plug Notify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. Now with customizable notifications!
Informações Básicas da Extensão
Nome | |
ID | ofoajhhdimlfpfhdcngpfakkippmdkel |
URL Oficial | https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel |
Descrição | A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. |
Tamanho do Arquivo | 84.43 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-11-14 |
Data de Publicação | 2017-11-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://www.stephentvedt.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/stvedt/Plug-Notify |
Idiomas Suportados | 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" ] } |