Hivemark - By Hive.one
User community and rank details from Hive.one inside Twitter app
Vad är Hivemark - By Hive.one?
Hivemark - By Hive.one är en Chrome-tillägg utvecklad av hive-dev, och dess huvudfunktion är "User community and rank details from Hive.one inside Twitter app".
Tilläggsskärmbilder
Ladda ner Hivemark - By Hive.one-förlängningens CRX-fil
Ladda ner Hivemark - By Hive.one-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Hivemark - By Hive.one |
ID | mnoehnpjloehldgggbfhbangomlljinm |
Officiell webbadress | https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm |
Beskrivning | User community and rank details from Hive.one inside Twitter app |
Filstorlek | 21.35 KB |
Antal Installationer | 853 |
Aktuell Version | 0.7 |
Senast Uppdaterad | 2023-03-24 |
Publiceringsdatum | 2022-12-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | hive-dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://hive.one/extension |
Hjälpsida URL | https://hive.one |
URL till Sekretesspolicy Sidan | https://hive.one/privacy |
Stödda Språk | 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" } } |