TikTok Analytics & Sort Video by Engagement
Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.
什么是TikTok Analytics & Sort Video by Engagement?
TikTok Analytics & Sort Video by Engagement是由Castillo Richard开发的Chrome扩展程序,该扩展的主要功能是“Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.”。
扩展截图
下载TikTok Analytics & Sort Video by Engagement扩展crx文件
下载TikTok Analytics & Sort Video by Engagement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.
The best TikTok analysis tool for marketers and creators!
Feature:
● View all video stats like total video views, total likes,total shares on the profile
● Sort videos of TikTok users by most view and engagement stats(comments, likes, shares)
● Easy download videos
How to Use?
● Pin the extension to the toolbar
● Go to any TikTok user's profile, then you can view the video stats
● Open the extension in chrome toolbar
● Click the "Start to Analyze" button
● Select the provided data to sort videos
● Easily download the videos
Perfect for
● Find Video Inspiration for TikTok Creators
● Video Analysis or Content Optimization for Marketer
● Analyze Competitor's for E-commerce and Advertising Agencies
Important
Safety & Privacy Policy:The extension doesn't read, collect or share any type of user information.
This lightweight and user-friendly TikTok Analytics & Sort Video by Engagement is the best tool for boosting your creative inspiration or business. 扩展基本信息
| 名称 | |
| ID | bnjgeaohcnpcianfippccjdpiejgdfgj |
| 官方URL | https://chromewebstore.google.com/detail/tiktok-analytics-sort-vid/bnjgeaohcnpcianfippccjdpiejgdfgj |
| 简介 | Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats. |
| 文件大小 | 985 KB |
| 安装次数 | 919 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-08-17 |
| 上架时间 | 2023-08-01 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Castillo Richard |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://denote.net/privacy |
| 支持的语言 | de,en,en-GB,en-US,fil,fr,nl,vi,ca,da,et,es,es-419,it,pl,pt-BR,pt-PT,fi,bg,ru,fa,gu,kn-IN,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"32": "\/assets\/images\/icon_logo.png"
},
"default_popup": "popup\/index.html",
"default_title": "Open a tiktok profile to turn on"
},
"background": {
"service_worker": "background\/index.js"
},
"content_scripts": [
{
"css": [
"assets\/css\/inject.css"
],
"js": [
"assets\/js\/jquery.js",
"assets\/js\/moment-min.js",
"content-script\/index.js"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"run_at": "document_end"
}
],
"description": "__MSG_description__",
"externally_connectable": {
"matches": [
"https:\/\/www.tiktok.com\/@*"
]
},
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/api19-core-useast5.us.tiktokv.com\/*"
],
"icons": {
"128": "\/assets\/images\/logo_128.png",
"16": "\/assets\/images\/logo_128.png",
"32": "\/assets\/images\/logo_128.png",
"48": "\/assets\/images\/logo_128.png"
},
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_name__",
"permissions": [
"downloads",
"storage",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"assets\/images\/logo_128.png",
"assets\/js\/*"
]
}
]
} | |