Bitcoiner or Shitcoiner?

Show user biases on Crypto Twitter.

Bitcoiner or Shitcoiner? là gì?

Bitcoiner or Shitcoiner? là một tiện ích mở rộng Chrome được phát triển bởi @wiz, và tính năng chính của nó là "Show user biases on Crypto Twitter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitcoiner or Shitcoiner?

Tải xuống các tệp mở rộng Bitcoiner or Shitcoiner? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitcoiner or Shitcoiner? Bitcoiner or Shitcoiner?
ID enmonlhdmpipdodongkamhecipjaphcb
URL Chính Thức https://chromewebstore.google.com/detail/bitcoiner-or-shitcoiner/enmonlhdmpipdodongkamhecipjaphcb
Mô tả Show user biases on Crypto Twitter.
Kích Thước Tệp 14.13 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-03-26
Ngày Phát Hành 2019-03-26
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển @wiz
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/wiz
URL Trang Trợ Giúp https://github.com/jmaurice/bitcoiner-or-shitcoiner
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}