Browse Source

Update readme.

master
Kuzirashi 6 years ago
parent
commit
566c04d8bc
  1. 11
      README.md
  2. 2
      src/manifest.json

11
README.md

@ -1,9 +1,16 @@
# Influencer Score Browser Extension
# Browser extension to show user influence on Crypto Twitter.
![](https://i.imgur.com/mDgZ9gW.png)
It is hard to tell, which Twitter accounts are truly influential. This extension displays influence scores directly on Twitter profiles.
These are the same scores as available on [Hive.one](https://hive.one). You can choose to display scores for the Crypto Twitter or specific sub-clusters, such as BTC or ETH.
Powered by [hive.one](https://hive.one).
## Install
*We recommend installing using Chrome store, but here are instructions if you'd like to build and install it manually.*
```
npm install
```

2
src/manifest.json

@ -1,6 +1,6 @@
{
"name": "Hive",
"version": "0.1",
"version": "0.9",
"description": "https://hive.one",
"manifest_version": 2,
"permissions": [

Loading…
Cancel
Save