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
官方網址 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"
            ]
        }
    ]
}