Steem Sincerity
Hides spam and shows inline account info for accounts on steemit.com
Cos'è Steem Sincerity?
Steem Sincerity è un'estensione di Chrome sviluppata da andybets, e la sua funzione principale è "Hides spam and shows inline account info for accounts on steemit.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steem Sincerity
Scarica i file di estensione Steem Sincerity 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
Allows you to hide spam posts and view information about Steem account simply by hovering over account names.
Informazioni di Base sull'Estensione
Nome | |
ID | jdebpkaebacmccekgiafajjhmnkjkgmi |
URL Ufficiale | https://chrome.google.com/webstore/detail/steem-sincerity/jdebpkaebacmccekgiafajjhmnkjkgmi |
Descrizione | Hides spam and shows inline account info for accounts on steemit.com |
Dimensione del File | 18.21 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-03-16 |
Data di Pubblicazione | 2018-03-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | andybets |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steem Sincerity", "version": "0.1.1", "manifest_version": 2, "description": "Hides spam and shows inline account info for accounts on steemit.com", "homepage_url": "https:\/\/multi.tube\/s\/api\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "Hide Spam \/ Show Account Info", "default_icon": "icon-128.png" }, "permissions": [ "https:\/\/steemit.com\/*", "https:\/\/multi.tube\/*" ] } |