OCNotifier
Get alerts when your favorite maps are playing on OCN.
OCNotifier क्या है?
OCNotifier RastaLulz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get alerts when your favorite maps are playing on OCN."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OCNotifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | OCNotifier |
ID | miahbaljhpebiehabkcjhiidjfgipefg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg |
विवरण | Get alerts when your favorite maps are playing on OCN. |
फ़ाइल का आकार | 277 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-11-27 |
प्रकाशन तिथि | 2014-11-26 |
रेटिंग | 4.79/5 कुल 14 रेटिंग्स |
डेवलपर | RastaLulz |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://oc.tc/forums/topics/5472835967d522c35300139c |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OCNotifier", "version": "0.0.1", "manifest_version": 2, "description": "Get alerts when your favorite maps are playing on OCN.", "homepage_url": "https:\/\/ocn.rastalulz.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/localstoragedb.min.js", "js\/global.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "OCNotifier", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "notifications", "https:\/\/ocn.rastalulz.com\/*", "*:\/\/*.oc.tc\/*" ] } |