Newground Messages
Get a notification when you get new Private Messages on Newgrounds
Newground Messages là gì?
Newground Messages là một tiện ích mở rộng Chrome được phát triển bởi daPhyre, và tính năng chính của nó là "Get a notification when you get new Private Messages on Newgrounds".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Newground Messages
Tải xuống các tệp mở rộng Newground Messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Newground Messages |
ID | plcadpmndkbkhonichabpgihbmpcddad |
URL Chính Thức | https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad |
Mô tả | Get a notification when you get new Private Messages on Newgrounds |
Kích Thước Tệp | 36.14 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2012-08-10 |
Ngày Phát Hành | 2012-08-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | daPhyre |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |