BuildTeam - Notifier

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

¿Qué es BuildTeam - Notifier?

BuildTeam - Notifier es una extensión de Chrome desarrollada por kostronor, y su función principal es "This extension allows the user to be notified about certain Steemit events.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BuildTeam - Notifier

Descarga archivos de extensión BuildTeam - Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BuildTeam - Notifier BuildTeam - Notifier
ID bpebnkkgaihjdelcgpmopcnkddinoggg
URL Oficial https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg
Descripción This extension allows the user to be notified about certain Steemit events.
Tamaño del Archivo 205 KB
Cantidad de Instalaciones 24
Versión Actual 1.9.8
Última Actualización 2017-10-16
Fecha de Publicación 2017-10-16
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador kostronor
Tipo de Pago free
Sitio Web de la Extensión https://www.minnowbooster.net
Idiomas Soportados 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\/"
    ]
}