TikTok Hashtags Tool - Hashtags Analytics

Tiktok Hashtags Tool helps your posts get more traffic !

TikTok Hashtags Tool - Hashtags Analytics란 무엇입니까?

TikTok Hashtags Tool - Hashtags Analytics은(는) MossExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tiktok Hashtags Tool helps your posts get more traffic !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TikTok Hashtags Tool - Hashtags Analytics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TikTok HashTags Tool is a Chrome extension helps your posts get more traffic. With this plugin, you can get the most popular hashtags suggestions.

Aren't you bored of choosing the best hashtags for tiktok? All you have to do is install the TikTok HashTags Tool quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to help you get more traffic.*

The advanced correct suggestions technology is essential for your posts to get more like and more views. If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.                    

확장 프로그램 기본 정보

이름 TikTok Hashtags Tool - Hashtags Analytics TikTok Hashtags Tool - Hashtags Analytics
ID haefbieiimgmamklihjpjhnhfbonfjgg
공식 URL https://chromewebstore.google.com/detail/tiktok-hashtags-tool-hash/haefbieiimgmamklihjpjhnhfbonfjgg
설명 Tiktok Hashtags Tool helps your posts get more traffic !
파일 크기 395 KB
설치 횟수 778
현재 버전 1.0.4
최근 업데이트 2023-03-25
출시 날짜 2022-10-18
평점 5.00/5 총 1 개의 평점
개발자 MossExt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://etsyhunt.com
도움말 페이지 URL https://etsyhunt.com
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 en,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/adtargeting.io\/",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.adtargeting.io\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}