Statistok
Connect TikTok with Statistok
Qu'est-ce que Statistok ?
Statistok est une extension Chrome développée par https://statistok.com, et sa fonction principale est "Connect TikTok with Statistok".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Statistok
Téléchargez les fichiers d'extension Statistok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Are you interested in analyzing your TikTok data? This extension will pull information from your TikTok account in order to display it on Statistok.com. You can easily determine how factors like duration influence your success, see alternate tag suggestions, and examine how views from the FYP compared to things your followers are watching. This Add-on is not affiliated with TikTok in any way.
Informations de Base sur l'Extension
Nom | Statistok |
ID | pdfkjfemmoiepfpdngbiepolhghbjhdj |
URL Officiel | https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj |
Description | Connect TikTok with Statistok |
Taille du Fichier | 1.2 MB |
Nombre d'Installations | 148 |
Version Actuelle | 8.12 |
Dernière Mise à Jour | 2022-01-05 |
Date de Publication | 2021-03-02 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://statistok.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://statistok.com |
URL de la Page d'Aide | https://statistok.com |
URL de la Page de Politique de Confidentialité | https://app.statistok.com/static/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Statistok", "description": "Connect TikTok with Statistok", "version": "8.12", "permissions": [ "cookies", "*:\/\/*.statistok.com\/", "*:\/\/*.tiktok.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Connect to Statistok" }, "icons": { "128": "images\/favicon.png" }, "manifest_version": 2 } |