Newground Messages

Get a notification when you get new Private Messages on Newgrounds

O que é Newground Messages?

Newground Messages é uma extensão do Chrome desenvolvida por daPhyre, e sua principal característica é "Get a notification when you get new Private Messages on Newgrounds".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Newground Messages

Baixe arquivos de extensão Newground Messages 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

                        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!                    

Informações Básicas da Extensão

Nome Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
URL Oficial https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
Descrição Get a notification when you get new Private Messages on Newgrounds
Tamanho do Arquivo 36.14 KB
Contagem de Instalações 67
Versão Atual 2.0
Última Atualização 2012-08-10
Data de Publicação 2012-08-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor daPhyre
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}