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」です。
拡張機能のスクリーンショット
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 |
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" ] } |