Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Overwatch League Reminder क्या है?
Overwatch League Reminder Khyarn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be informed of the date of the next match and notify when the stream starts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Overwatch League Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | digohcafgieaejiembjcjnkcomejnhim |
आधिकारिक URL | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
विवरण | Be informed of the date of the next match and notify when the stream starts. |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 1.0.81 |
अंतिम अपडेट | 2018-10-05 |
प्रकाशन तिथि | 2018-10-05 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Khyarn |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch League Reminder", "description": "Be informed of the date of the next match and notify when the stream starts.", "version": "1.0.81", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/small_logo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/gm.png" ], "icons": { "128": "img\/gm.png" } } |