Hivemark - By Hive.one

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

Co to jest Hivemark - By Hive.one?

Hivemark - By Hive.one to rozszerzenie Chrome opracowane przez hive-dev, a jego główną funkcją jest „User community and rank details from Hive.one inside Twitter app”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hivemark - By Hive.one

Pobierz pliki rozszerzeń Hivemark - By Hive.one w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hivemark - By Hive.one Hivemark - By Hive.one
ID mnoehnpjloehldgggbfhbangomlljinm
Oficjalny URL https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm
Opis User community and rank details from Hive.one inside Twitter app
Rozmiar pliku 21.35 KB
Liczba instalacji 853
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2023-03-24
Data Publikacji 2022-12-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper hive-dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hive.one/extension
Adres URL Strony Pomocy https://hive.one
Adres URL Strony Polityki Prywatności https://hive.one/privacy
Obsługiwane Języki 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"
    }
}