BuildTeam - Notifier

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

O que é BuildTeam - Notifier?

BuildTeam - Notifier é uma extensão do Chrome desenvolvida por kostronor, e sua principal característica é "This extension allows the user to be notified about certain Steemit events.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BuildTeam - Notifier

Baixe arquivos de extensão BuildTeam - Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BuildTeam - Notifier BuildTeam - Notifier
ID bpebnkkgaihjdelcgpmopcnkddinoggg
URL Oficial https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg
Descrição This extension allows the user to be notified about certain Steemit events.
Tamanho do Arquivo 205 KB
Contagem de Instalações 24
Versão Atual 1.9.8
Última Atualização 2017-10-16
Data de Publicação 2017-10-16
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor kostronor
Tipo de Pagamento free
Site da Extensão https://www.minnowbooster.net
Idiomas Suportados 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\/"
    ]
}