Hivemark - By Hive.one

User community and rank details from Hive.one inside Twitter app

O que é Hivemark - By Hive.one?

Hivemark - By Hive.one é uma extensão do Chrome desenvolvida por hive-dev, e sua principal característica é "User community and rank details from Hive.one inside Twitter app".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hivemark - By Hive.one

Baixe arquivos de extensão Hivemark - By Hive.one no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hivemark - By Hive.one Hivemark - By Hive.one
ID mnoehnpjloehldgggbfhbangomlljinm
URL Oficial https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm
Descrição User community and rank details from Hive.one inside Twitter app
Tamanho do Arquivo 21.35 KB
Contagem de Instalações 853
Versão Atual 0.7
Última Atualização 2023-03-24
Data de Publicação 2022-12-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor hive-dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hive.one/extension
URL da Página de Ajuda https://hive.one
URL da Página de Política de Privacidade https://hive.one/privacy
Idiomas Suportados 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"
    }
}