BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
Cos'è BuildTeam - Notifier?
BuildTeam - Notifier è un'estensione di Chrome sviluppata da kostronor, e la sua funzione principale è "This extension allows the user to be notified about certain Steemit events.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuildTeam - Notifier
Scarica i file di estensione BuildTeam - Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
URL Ufficiale | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
Descrizione | This extension allows the user to be notified about certain Steemit events. |
Dimensione del File | 205 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.9.8 |
Ultimo Aggiornamento | 2017-10-16 |
Data di Pubblicazione | 2017-10-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | kostronor |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.minnowbooster.net |
Lingue Supportate | 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\/" ] } |