Newground Messages

Get a notification when you get new Private Messages on Newgrounds

什么是Newground Messages?

Newground Messages是由daPhyre开发的Chrome扩展程序,该扩展的主要功能是“Get a notification when you get new Private Messages on Newgrounds”。

扩展截图

screenshot

下载Newground Messages扩展crx文件

下载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"
    ]
}