Bitcoiner or Shitcoiner?

Show user biases on Crypto Twitter.

Bitcoiner or Shitcoiner?とは何ですか?

Bitcoiner or Shitcoiner?は@wizによって開発されたChromeの拡張機能で、その主な機能は「Show user biases on Crypto Twitter.」です。

拡張機能のスクリーンショット

screenshot

Bitcoiner or Shitcoiner?拡張機能のCRXファイルをダウンロード

Bitcoiner or Shitcoiner?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Bitcoiner or Shitcoiner? Bitcoiner or Shitcoiner?
ID enmonlhdmpipdodongkamhecipjaphcb
公式URL https://chromewebstore.google.com/detail/bitcoiner-or-shitcoiner/enmonlhdmpipdodongkamhecipjaphcb
説明 Show user biases on Crypto Twitter.
ファイルサイズ 14.13 KB
インストール数 43
現在のバージョン 1.1.1
最終更新日 2019-03-26
公開日 2019-03-26
評価 4.00/5 合計 2 レビュー
開発者 @wiz
支払い方法 free
拡張機能のウェブサイト https://twitter.com/wiz
ヘルプページのURL https://github.com/jmaurice/bitcoiner-or-shitcoiner
対応言語 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"
            ]
        }
    ]
}