BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
BuildTeam - Notifier là gì?
BuildTeam - Notifier là một tiện ích mở rộng Chrome được phát triển bởi kostronor, và tính năng chính của nó là "This extension allows the user to be notified about certain Steemit events.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BuildTeam - Notifier
Tải xuống các tệp mở rộng BuildTeam - Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
URL Chính Thức | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
Mô tả | This extension allows the user to be notified about certain Steemit events. |
Kích Thước Tệp | 205 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.9.8 |
Cập Nhật Lần Cuối | 2017-10-16 |
Ngày Phát Hành | 2017-10-16 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | kostronor |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.minnowbooster.net |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |