Newground Messages
Get a notification when you get new Private Messages on Newgrounds
Newground Messages क्या है?
Newground Messages daPhyre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a notification when you get new Private Messages on Newgrounds"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Newground Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |