Newground Messages

Get a notification when you get new Private Messages on Newgrounds

Vad är Newground Messages?

Newground Messages är en Chrome-tillägg utvecklad av daPhyre, och dess huvudfunktion är "Get a notification when you get new Private Messages on Newgrounds".

Tilläggsskärmbilder

screenshot

Ladda ner Newground Messages-förlängningens CRX-fil

Ladda ner Newground Messages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
Officiell webbadress https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
Beskrivning Get a notification when you get new Private Messages on Newgrounds
Filstorlek 36.14 KB
Antal Installationer 67
Aktuell Version 2.0
Senast Uppdaterad 2012-08-10
Publiceringsdatum 2012-08-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare daPhyre
Betalningssätt free
Stödda Språk 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"
    ]
}