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

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

擴展使用說明

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