Hivemark - By Hive.one
User community and rank details from Hive.one inside Twitter app
什么是Hivemark - By Hive.one?
Hivemark - By Hive.one是由hive-dev开发的Chrome扩展程序,该扩展的主要功能是“User community and rank details from Hive.one inside Twitter app”。
扩展截图
下载Hivemark - By Hive.one扩展crx文件
下载Hivemark - By Hive.one扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hive.one extension helps you identify notable profiles on Twitter and know who you interact with.
When you see the hive mark next to a user's name, you can hover over it to see the user's communities and ranks within those communities. Higher ranks indicate a more prominent profile.
You can also click on a user's rank or community to see more information about them on hive.one. 扩展基本信息
| 名称 | |
| ID | mnoehnpjloehldgggbfhbangomlljinm |
| 官方URL | https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm |
| 简介 | User community and rank details from Hive.one inside Twitter app |
| 文件大小 | 21.35 KB |
| 安装次数 | 853 |
| 当前版本 | 0.7 |
| 更新时间 | 2023-03-24 |
| 上架时间 | 2022-12-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | hive-dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hive.one/extension |
| 帮助页面URL | https://hive.one |
| 隐私政策页面URL | https://hive.one/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hivemark - By Hive.one",
"version": "0.7",
"description": "User community and rank details from Hive.one inside Twitter app",
"icons": {
"32": ".\/assets\/32.png",
"48": ".\/assets\/48.png",
"256": ".\/assets\/256.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.hive.one\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"script.js"
],
"css": [
"styles\/main.css"
]
}
],
"action": {
"default_icon": {
"16": ".\/assets\/16.png",
"32": ".\/assets\/32.png"
},
"default_title": "Hivemark"
}
} | |