Newground Messages
Get a notification when you get new Private Messages on Newgrounds
What is Newground Messages?
Newground Messages is a Chrome extension developed by daPhyre, and its main feature is "Get a notification when you get new Private Messages on Newgrounds".
Extension Screenshots
Download Newground Messages Extension CRX File
Download Newground Messages 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
Have your new Private Messages from Newgrounds with you all the time, and as close as one click. Through the options, you can personalize your experience with this extension!
Extension Basic Information
Name | Newground Messages |
ID | plcadpmndkbkhonichabpgihbmpcddad |
Official URL | https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad |
Description | Get a notification when you get new Private Messages on Newgrounds |
File Size | 36.14 KB |
Installation Count | 67 |
Current Version | 2.0 |
Last Updated | 2012-08-10 |
Publish Date | 2012-08-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | daPhyre |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Newground Messages", "version": "2.0", "manifest_version": 2, "description": "Get a notification when you get new Private Messages on Newgrounds", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Newground messages", "default_icon": "icon.png" }, "web_accessible_resources": [ "icon48.png" ], "permissions": [ "tabs", "notifications", "http:\/\/www.newgrounds.com\/" ], "optional_permissions": [ "background" ] } |