BuildTeam - Notifier

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

Qu'est-ce que BuildTeam - Notifier ?

BuildTeam - Notifier est une extension Chrome développée par kostronor, et sa fonction principale est "This extension allows the user to be notified about certain Steemit events.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BuildTeam - Notifier

Téléchargez les fichiers d'extension BuildTeam - Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BuildTeam - Notifier BuildTeam - Notifier
ID bpebnkkgaihjdelcgpmopcnkddinoggg
URL Officiel https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg
Description This extension allows the user to be notified about certain Steemit events.
Taille du Fichier 205 KB
Nombre d'Installations 24
Version Actuelle 1.9.8
Dernière Mise à Jour 2017-10-16
Date de Publication 2017-10-16
Évaluation 5.00/5 Total 4 Évaluations
Développeur kostronor
Type de Paiement free
Site Web de l'Extension https://www.minnowbooster.net
Langues Prises en Charge 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\/"
    ]
}