BuildTeam - Notifier

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

Wat is BuildTeam - Notifier?

BuildTeam - Notifier is een Chrome-extensie ontwikkeld door kostronor, en de belangrijkste functie is "This extension allows the user to be notified about certain Steemit events.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BuildTeam - Notifier

Download BuildTeam - Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BuildTeam - Notifier BuildTeam - Notifier
ID bpebnkkgaihjdelcgpmopcnkddinoggg
Officiële URL https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg
Beschrijving This extension allows the user to be notified about certain Steemit events.
Bestandsgrootte 205 KB
Aantal Installaties 24
Huidige Versie 1.9.8
Laatst Bijgewerkt 2017-10-16
Publicatiedatum 2017-10-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar kostronor
Betalingswijze free
Extensiewebsite https://www.minnowbooster.net
Ondersteunde Talen 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\/"
    ]
}