Tiktok Analytics for Videos
Latest Tiktok Video Data Report for Tiktok Users.
What is Tiktok Analytics for Videos?
Tiktok Analytics for Videos is a Chrome extension developed by ProductivityImprover, and its main feature is "Latest Tiktok Video Data Report for Tiktok Users.".
Extension Screenshots
Download Tiktok Analytics for Videos Extension CRX File
Download Tiktok Analytics for Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you want to know latest video data for your tiktok account, This extension is just for you. Set the Tiktok Account you want to monitor, the extension will download the latest video data for your tiktok videos in one Table, then you can download EXCEL/CSV to edit.
Extension Basic Information
Name | Tiktok Analytics for Videos |
ID | lokdojnklknpegnejhbbblppppahppmj |
Official URL | https://chromewebstore.google.com/detail/tiktok-analytics-for-vide/lokdojnklknpegnejhbbblppppahppmj |
Description | Latest Tiktok Video Data Report for Tiktok Users. |
File Size | 3.29 MB |
Installation Count | 45 |
Current Version | 1.0.1 |
Last Updated | 2020-11-10 |
Publish Date | 2020-11-10 |
Developer | ProductivityImprover |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tiktokdataplatform.com |
Help Page URL | https://www.tiktokdataplatform.com |
Privacy Policy Page URL | https://sites.google.com/view/piprivacypolicy/home |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiktok Analytics for Videos", "version": "1.0.1", "description": "Latest Tiktok Video Data Report for Tiktok Users.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Tiktok Analytics for Videos", "default_popup": "dashboard.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/@*" ], "js": [ "js\/content.js" ] } ], "background": [], "web_accessible_resources": [ "images\/*" ], "permissions": [ "https:\/\/www.tiktok.com\/", "storage", "tabs" ] } |