BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
BuildTeam - Notifier क्या है?
BuildTeam - Notifier kostronor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to be notified about certain Steemit events."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BuildTeam - Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows the user to be notified about certain Steemit events. It goes hand in had with the https://www.minnowbooster.net website and is a convenient way to get notified about recent happenings on the page. We are always looking to improve, so if you have feature requests, please talk to us.
एक्सटेंशन की मूल जानकारी
नाम | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
आधिकारिक URL | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
विवरण | This extension allows the user to be notified about certain Steemit events. |
फ़ाइल का आकार | 205 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.9.8 |
अंतिम अपडेट | 2017-10-16 |
प्रकाशन तिथि | 2017-10-16 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | kostronor |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.minnowbooster.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuildTeam - Notifier", "description": "This extension allows the user to be notified about certain Steemit events.", "version": "1.9.8", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "BuildTeam!" }, "background": { "scripts": [ "\/dist\/action_cable.js", "jquery.js", "eventPage.js" ], "persistent": true }, "icons": { "16": "icon.png", "167": "icon_167.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/www,minnowbooster.net\/" ] } |