Hashtag ToolTips

Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach.

ما هو Hashtag ToolTips؟

Hashtag ToolTips هو إضافة Chrome تم تطويرها بواسطة Chaitanya Arora، والميزة الرئيسية لها هي "Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hashtag ToolTips

قم بتنزيل ملفات الامتداد Hashtag ToolTips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Choose the best hashtags on while you post, with real-time follower count and easy to use search bar integration and boost your posts.

Some of the features include:-
☑️ Follower Count on Hashtag suggestions while typing
☑️ Dedicated Button to get a count for all hashtags used in the post
☑️ Search Bar to get followers of a particular hashtag
☑️ No cap on the number of hashtags you search
☑️ Gets follower count instantly

This chrome extension can be used to:-
🚀 Reach the right target audience easily.
🚀 Expand your network.
🚀 Choose appropriate hashtags.
🚀 Increase the reach of your post beyond your connections.                    

معلومات أساسية عن التمديد

الاسم Hashtag ToolTips Hashtag ToolTips
ID nkjmngaageipgkolfkappfdckbiehmha
عنوان URL الرسمي https://chromewebstore.google.com/detail/hashtag-tooltips/nkjmngaageipgkolfkappfdckbiehmha
الوصف Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach.
حجم الملف 55.23 KB
عدد التثبيتات 617
النسخة الحالية 0.1.0.2
آخر تحديث 2022-08-08
تاريخ النشر 2022-07-27
تقييم 3.67/5 مجموع تقييمات 3
المطور Chaitanya Arora
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://forms.gle/GBnTAf6r7qyCzE5N9
اللغات المدعومة de,en,fr,nl,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0.2",
    "default_locale": "en",
    "icons": {
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "Hashtag ToolTips",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/32x32.png",
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}