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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TikTok Analytics & Sort Video by Engagement एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | TikTok Analytics & Sort Video by Engagement |
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\/*" ] } ] } |