Newground Messages
Get a notification when you get new Private Messages on Newgrounds
Wat is Newground Messages?
Newground Messages is een Chrome-extensie ontwikkeld door daPhyre, en de belangrijkste functie is "Get a notification when you get new Private Messages on Newgrounds".
Extensie Screenshots
Download het CRX-bestand van de extensie Newground Messages
Download Newground Messages-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
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!
Basisinformatie over de Extensie
Naam | Newground Messages |
ID | plcadpmndkbkhonichabpgihbmpcddad |
Officiële URL | https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad |
Beschrijving | Get a notification when you get new Private Messages on Newgrounds |
Bestandsgrootte | 36.14 KB |
Aantal Installaties | 67 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2012-08-10 |
Publicatiedatum | 2012-08-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | daPhyre |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |