Hummin.io (Beta)

Discover your target audience on Twitter without clicking

Hummin.io (Beta)とは何ですか?

Hummin.io (Beta)はHummin'によって開発されたChromeの拡張機能で、その主な機能は「Discover your target audience on Twitter without clicking」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hummin.io (Beta)拡張機能のCRXファイルをダウンロード

Hummin.io (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hummin allows you to manage your Twitter account more efficiently.

Find like-minded Twitter users without clicking their accounts, engage more, and grow your audience!

Hummin' can help you to:

💡Spend less time hovering and more time connecting
💡Identify your target audience easily
💡Build relationships with your audience efficiently
💡Make your social media journey more productive

--------------------------------------------------------------------------

Key features

1)👤User details on the timeline
Hummin displays the details of the Twitter users in your timeline without requiring you to click on their profile.

✅Followers

✅Followings

✅Number of Tweets

✅Locations

2) 🪄1-Click to follow
Hummin allows you to follow Twitter users with just one click. This feature saves time and makes it easier to build your Twitter audience.

With Hummin, you can work more efficiently and productively. Save your time and focus on your connection.

This is Hummin's first version. We're constantly working on improvements and updates to make Hummin' even better.                    

拡張機能の基本情報

名前 Hummin.io (Beta) Hummin.io (Beta)
ID ajppdncnjeahglmaandcijaioigigabm
公式URL https://chromewebstore.google.com/detail/humminio-beta/ajppdncnjeahglmaandcijaioigigabm
説明 Discover your target audience on Twitter without clicking
ファイルサイズ 658 KB
インストール数 74
現在のバージョン 0.1.9.2
最終更新日 2023-07-12
公開日 2023-04-21
評価 5.00/5 合計 7 レビュー
開発者 Hummin'
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hummin.io
プライバシーポリシーページのURL https://www.hummin.io/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hummin.io (Beta)",
    "version": "0.1.9.2",
    "description": "Discover your target audience on Twitter without clicking",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj\/j6vUVLoN1bugqx8InY+Dcum6tqlUT7r6PAyDMAU68bBdT3TCfontNAXXbc+q0O8WtPELEqe\/MJDy+2Les6eh\/weEndFqal6hrWlMTB3dIfXpKtjt6ETsnErbWasEwyNiMYM7uWCHkMrWys0QFHq1G2s8s\/cV9dsHPEwp4Wf769piXjB4afYpiqOwY20wOWNruCE0OlEl+IZpYi0NN1LWl9G39s22A\/c1lpo1gPK\/ny+zNCjw4oT2IRVyOHNEKlzsYN2gTIkE2lFzKhYz\/UAHB\/jOSO\/DpLeP+Fc9JjP5kJQ\/qjCr8owtE4gitSZ\/TSugshlXdtpFtkpsIlE4ymwIDAQAB",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "hummin.io"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}