BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
ما هو BuildTeam - Notifier؟
BuildTeam - Notifier هو إضافة Chrome تم تطويرها بواسطة kostronor، والميزة الرئيسية لها هي "This extension allows the user to be notified about certain Steemit events.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BuildTeam - Notifier
قم بتنزيل ملفات الامتداد BuildTeam - Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/" ] } |