Hivemark - By Hive.one

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

Cos'è Hivemark - By Hive.one?

Hivemark - By Hive.one è un'estensione di Chrome sviluppata da hive-dev, e la sua funzione principale è "User community and rank details from Hive.one inside Twitter app".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hivemark - By Hive.one

Scarica i file di estensione Hivemark - By Hive.one in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hivemark - By Hive.one Hivemark - By Hive.one
ID mnoehnpjloehldgggbfhbangomlljinm
URL Ufficiale https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm
Descrizione User community and rank details from Hive.one inside Twitter app
Dimensione del File 21.35 KB
Conteggio Installazioni 853
Versione Corrente 0.7
Ultimo Aggiornamento 2023-03-24
Data di Pubblicazione 2022-12-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore hive-dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hive.one/extension
URL della Pagina di Aiuto https://hive.one
URL della Pagina della Politica sulla Privacy https://hive.one/privacy
Lingue Supportate 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"
    }
}