Newground Messages

Get a notification when you get new Private Messages on Newgrounds

Cos'è Newground Messages?

Newground Messages è un'estensione di Chrome sviluppata da daPhyre, e la sua funzione principale è "Get a notification when you get new Private Messages on Newgrounds".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Newground Messages

Scarica i file di estensione Newground Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
URL Ufficiale https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
Descrizione Get a notification when you get new Private Messages on Newgrounds
Dimensione del File 36.14 KB
Conteggio Installazioni 67
Versione Corrente 2.0
Ultimo Aggiornamento 2012-08-10
Data di Pubblicazione 2012-08-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore daPhyre
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}