Hivemark - By Hive.one
User community and rank details from Hive.one inside Twitter app
What is Hivemark - By Hive.one?
Hivemark - By Hive.one is a Chrome extension developed by hive-dev, and its main feature is "User community and rank details from Hive.one inside Twitter app".
Extension Screenshots
Download Hivemark - By Hive.one Extension CRX File
Download Hivemark - By Hive.one extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hivemark - By Hive.one |
ID | mnoehnpjloehldgggbfhbangomlljinm |
Official URL | https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm |
Description | User community and rank details from Hive.one inside Twitter app |
File Size | 21.35 KB |
Installation Count | 853 |
Current Version | 0.7 |
Last Updated | 2023-03-24 |
Publish Date | 2022-12-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | hive-dev |
[email protected] | |
Payment Type | free |
Extension Website | https://hive.one/extension |
Help Page URL | https://hive.one |
Privacy Policy Page URL | https://hive.one/privacy |
Supported Languages | 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" } } |