Newground Messages

Get a notification when you get new Private Messages on Newgrounds

Что такое Newground Messages?

Newground Messages - это расширение Chrome, разработанное daPhyre, и его основная функция - "Get a notification when you get new Private Messages on Newgrounds".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Newground Messages

Скачайте файлы расширений Newground Messages в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
Официальный URL https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
Описание Get a notification when you get new Private Messages on Newgrounds
Размер файла 36.14 KB
Количество установок 67
Текущая Версия 2.0
Последнее Обновление 2012-08-10
Дата публикации 2012-08-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик daPhyre
Тип оплаты free
Поддерживаемые языки 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"
    ]
}