BuildTeam - Notifier

This extension allows the user to be notified about certain Steemit events.

什么是BuildTeam - Notifier?

BuildTeam - Notifier是由kostronor开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to be notified about certain Steemit events.”。

扩展截图

screenshot

下载BuildTeam - Notifier扩展crx文件

下载BuildTeam - Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/"
    ]
}