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 |
| Eメール | [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"
}
} | |