BuildTeam - Notifier

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

Co to jest BuildTeam - Notifier?

BuildTeam - Notifier to rozszerzenie Chrome opracowane przez kostronor, a jego główną funkcją jest „This extension allows the user to be notified about certain Steemit events.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BuildTeam - Notifier

Pobierz pliki rozszerzeń BuildTeam - Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BuildTeam - Notifier BuildTeam - Notifier
ID bpebnkkgaihjdelcgpmopcnkddinoggg
Oficjalny URL https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg
Opis This extension allows the user to be notified about certain Steemit events.
Rozmiar pliku 205 KB
Liczba instalacji 24
Aktualna Wersja 1.9.8
Ostatnia Aktualizacja 2017-10-16
Data Publikacji 2017-10-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper kostronor
Typ Płatności free
Strona Rozszerzenia https://www.minnowbooster.net
Obsługiwane Języki 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\/"
    ]
}