Plug Notify
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
What is Plug Notify?
Plug Notify is a Chrome extension developed by http://www.stephentvedt.com, and its main feature is "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".
Extension Screenshots
Download Plug Notify Extension CRX File
Download Plug Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. Now with customizable notifications!
Extension Basic Information
Name | |
ID | ofoajhhdimlfpfhdcngpfakkippmdkel |
Official URL | 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. |
File Size | 84.43 KB |
Installation Count | 10 |
Current Version | 1.0.0 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.stephentvedt.com |
Payment Type | free |
Extension Website | https://github.com/stvedt/Plug-Notify |
Supported Languages | 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" ] } |