Steem Sincerity
Hides spam and shows inline account info for accounts on steemit.com
What is Steem Sincerity?
Steem Sincerity is a Chrome extension developed by andybets, and its main feature is "Hides spam and shows inline account info for accounts on steemit.com".
Extension Screenshots
Download Steem Sincerity Extension CRX File
Download Steem Sincerity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to hide spam posts and view information about Steem account simply by hovering over account names.
Extension Basic Information
Name | |
ID | jdebpkaebacmccekgiafajjhmnkjkgmi |
Official URL | https://chrome.google.com/webstore/detail/steem-sincerity/jdebpkaebacmccekgiafajjhmnkjkgmi |
Description | Hides spam and shows inline account info for accounts on steemit.com |
File Size | 18.21 KB |
Installation Count | 12 |
Current Version | 0.1.1 |
Last Updated | 2018-03-16 |
Publish Date | 2018-03-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | andybets |
Payment Type | free |
Supported Languages | 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\/*" ] } |