Newground Messages
Get a notification when you get new Private Messages on Newgrounds
Newground Messagesคืออะไร?
Newground Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daPhyre และคุณลักษณะหลักของมันคือ "Get a notification when you get new Private Messages on Newgrounds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newground Messages
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |