BuildTeam - Notifier

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

Τι είναι το BuildTeam - Notifier;

Το BuildTeam - Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kostronor, και η κύρια λειτουργία του είναι "This extension allows the user to be notified about certain Steemit events.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης BuildTeam - Notifier

Λήψη αρχείων επέκτασης 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\/"
    ]
}