Hivemark - By Hive.one
User community and rank details from Hive.one inside Twitter app
Hivemark - By Hive.one là gì?
Hivemark - By Hive.one là một tiện ích mở rộng Chrome được phát triển bởi hive-dev, và tính năng chính của nó là "User community and rank details from Hive.one inside Twitter app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hivemark - By Hive.one
Tải xuống các tệp mở rộng Hivemark - By Hive.one 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hivemark - By Hive.one |
ID | mnoehnpjloehldgggbfhbangomlljinm |
URL Chính Thức | https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm |
Mô tả | User community and rank details from Hive.one inside Twitter app |
Kích Thước Tệp | 21.35 KB |
Số Lần Cài Đặt | 853 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2022-12-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | hive-dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hive.one/extension |
URL Trang Trợ Giúp | https://hive.one |
URL Trang Chính Sách Bảo Mật | https://hive.one/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |