Steem Sincerity
Hides spam and shows inline account info for accounts on steemit.com
Wat is Steem Sincerity?
Steem Sincerity is een Chrome-extensie ontwikkeld door andybets, en de belangrijkste functie is "Hides spam and shows inline account info for accounts on steemit.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Steem Sincerity
Download Steem Sincerity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to hide spam posts and view information about Steem account simply by hovering over account names.
Basisinformatie over de Extensie
Naam | |
ID | jdebpkaebacmccekgiafajjhmnkjkgmi |
Officiële URL | https://chrome.google.com/webstore/detail/steem-sincerity/jdebpkaebacmccekgiafajjhmnkjkgmi |
Beschrijving | Hides spam and shows inline account info for accounts on steemit.com |
Bestandsgrootte | 18.21 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2018-03-16 |
Publicatiedatum | 2018-03-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | andybets |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |