Newground Messages

Get a notification when you get new Private Messages on Newgrounds

Co to jest Newground Messages?

Newground Messages to rozszerzenie Chrome opracowane przez daPhyre, a jego główną funkcją jest „Get a notification when you get new Private Messages on Newgrounds”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Newground Messages

Pobierz pliki rozszerzeń Newground Messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
Oficjalny URL https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
Opis Get a notification when you get new Private Messages on Newgrounds
Rozmiar pliku 36.14 KB
Liczba instalacji 67
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2012-08-10
Data Publikacji 2012-08-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper daPhyre
Typ Płatności free
Obsługiwane Języki 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"
    ]
}