ins Tags

A hashtag generator that helps to create a unique set of hashtags for instagram

ins Tagsคืออะไร?

ins Tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seewhy163 และคุณลักษณะหลักของมันคือ "A hashtag generator that helps to create a unique set of hashtags for instagram"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ins Tags

ดาวน์โหลดไฟล์ส่วนขยาย ins Tags ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Not sure which hashtags to use? You can use this hashtag generator which will give you the top 30 and more hashtags based on a keyword selection.

Hashtag generator generates relevant hashtags based on keywords. You have a filter option to find the correct tags you need. You can easily copy the generated hashtags using the copy button.

Steps:
1. Open the Instagram page.
2. Click the ins Tags plugin icon, then click the "generate tags" button.
3. In the pop-up dialog box, click the "New Tag" button and enter the hashtag you want, up to six.
4. Click the "Generate" button, you can see all the related hashtags below.
5. Click the desired hashtag, and then click the "Copy" button, these hashtags can be copied to the clipboard.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ins Tags ins Tags
ID ndhpcnaglmemamekddffdfpdhaibjnnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ins-tags/ndhpcnaglmemamekddffdfpdhaibjnnp
คำอธิบาย A hashtag generator that helps to create a unique set of hashtags for instagram
ขนาดไฟล์ 382 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-08-03
วันที่เผยแพร่ 2022-08-03
ผู้พัฒนา seewhy163
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "0.0.3",
    "name": "ins Tags",
    "description": "A hashtag generator that helps to create a unique set of hashtags for instagram",
    "author": "seewhy",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "hello.72b1ba60.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "in-tags-dialog.727cf6dd.js"
            ],
            "css": [
                "in-tags-dialog.611e7515.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/ssl.google-analytics.com",
        "https:\/\/www.instagram.com\/*"
    ]
}