Hivemark - By Hive.one

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

Hivemark - By Hive.one란 무엇입니까?

Hivemark - By Hive.one은(는) hive-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "User community and rank details from Hive.one inside Twitter app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hivemark - By Hive.one 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Hivemark - By Hive.one Hivemark - By Hive.one
ID mnoehnpjloehldgggbfhbangomlljinm
공식 URL https://chromewebstore.google.com/detail/hivemark-by-hiveone/mnoehnpjloehldgggbfhbangomlljinm
설명 User community and rank details from Hive.one inside Twitter app
파일 크기 21.35 KB
설치 횟수 853
현재 버전 0.7
최근 업데이트 2023-03-24
출시 날짜 2022-12-01
평점 5.00/5 총 2 개의 평점
개발자 hive-dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hive.one/extension
도움말 페이지 URL https://hive.one
개인정보 보호 정책 페이지 URL https://hive.one/privacy
지원되는 언어 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"
    }
}