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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |