TikTok Hashtags Tool - Hashtags Analytics

Tiktok Hashtags Tool helps your posts get more traffic !

¿Qué es TikTok Hashtags Tool - Hashtags Analytics?

TikTok Hashtags Tool - Hashtags Analytics es una extensión de Chrome desarrollada por MossExt, y su función principal es "Tiktok Hashtags Tool helps your posts get more traffic !".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TikTok Hashtags Tool - Hashtags Analytics

Descarga archivos de extensión TikTok Hashtags Tool - Hashtags Analytics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TikTok Hashtags Tool - Hashtags Analytics TikTok Hashtags Tool - Hashtags Analytics
ID haefbieiimgmamklihjpjhnhfbonfjgg
URL Oficial https://chromewebstore.google.com/detail/tiktok-hashtags-tool-hash/haefbieiimgmamklihjpjhnhfbonfjgg
Descripción Tiktok Hashtags Tool helps your posts get more traffic !
Tamaño del Archivo 395 KB
Cantidad de Instalaciones 778
Versión Actual 1.0.4
Última Actualización 2023-03-25
Fecha de Publicación 2022-10-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador MossExt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://etsyhunt.com
URL de la Página de Ayuda https://etsyhunt.com
URL de la Página de Política de Privacidad https://findniche.com/privacy
Idiomas Soportados 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'"
    }
}