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文件

下載Hivemark - By Hive.one擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}