Bitcoiner or Shitcoiner?
Show user biases on Crypto Twitter.
什么是Bitcoiner or Shitcoiner??
Bitcoiner or Shitcoiner?是由@wiz开发的Chrome扩展程序,该扩展的主要功能是“Show user biases on Crypto Twitter.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |