Bitcoiner or Shitcoiner?
Show user biases on Crypto Twitter.
What is Bitcoiner or Shitcoiner??
Bitcoiner or Shitcoiner? is a Chrome extension developed by @wiz, and its main feature is "Show user biases on Crypto Twitter.".
Extension Screenshots
Download Bitcoiner or Shitcoiner? Extension CRX File
Download Bitcoiner or Shitcoiner? 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
Displays if a Twitter user is a Bitcoiner or a Shitcoiner Forked from Coinflict of Interest by @lukechilds All data provided by https://hive.one
Extension Basic Information
Name | Bitcoiner or Shitcoiner? |
ID | enmonlhdmpipdodongkamhecipjaphcb |
Official URL | https://chromewebstore.google.com/detail/bitcoiner-or-shitcoiner/enmonlhdmpipdodongkamhecipjaphcb |
Description | Show user biases on Crypto Twitter. |
File Size | 14.13 KB |
Installation Count | 43 |
Current Version | 1.1.1 |
Last Updated | 2019-03-26 |
Publish Date | 2019-03-26 |
Rating | 4.00/5 Total 2 Ratings |
Developer | @wiz |
Payment Type | free |
Extension Website | https://twitter.com/wiz |
Help Page URL | https://github.com/jmaurice/bitcoiner-or-shitcoiner |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoiner or Shitcoiner?", "version": "1.1.1", "icons": { "256": "icon.png" }, "description": "Show user biases on Crypto Twitter.", "homepage_url": "https:\/\/github.com\/jmaurice\/bitcoiner-or-shitcoiner", "manifest_version": 2, "minimum_chrome_version": "36", "permissions": [ "*:\/\/hive.one\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |