Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"action": {
"default_icon": {
"32": "\/assets\/images\/icon_logo.png"
},
"default_popup": "build\/index.html",
"default_title": "Open a tiktok profile to turn on"
},
"background": {
"service_worker": "assets\/js\/background.js",
"type": "module"
},
"content_scripts": [
{
"css": [
"assets\/css\/inject.css"
],
"js": [
"assets\/js\/jquery.js",
"assets\/js\/moment-min.js",
"assets\/js\/content.js"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"run_at": "document_end"
}
],
"description": "Sort videos of TikTok users, Analyze, Download & Audit any TikTok profile in seconds. #1 TikTok Extension TikTok Creators & Brands.",
"externally_connectable": {
"matches": [
"https:\/\/www.tiktok.com\/@*",
"https:\/\/www.tokaudit.co\/*"
]
},
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.cloudfunctions.net\/*",
"*:\/\/api19-core-useast5.us.tiktokv.com\/*",
"*:\/\/v16m-webapp.tiktokcdn-us.com\/*",
"https:\/\/www.tokaudit.co\/api\/*",
"*:\/\/tokscrpapi.tokbackup.com\/*"
],
"icons": {
"16": "\/assets\/images\/logo_128.png",
"32": "\/assets\/images\/logo_128.png",
"48": "\/assets\/images\/logo_128.png",
"128": "\/assets\/images\/logo_128.png"
},
"manifest_version": 3,
"name": "TOKaudit: TikTok Sorting & Analytics Toolkit",
"permissions": [
"downloads",
"storage",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.4.8",
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"assets\/template.xlsx",
"assets\/images\/logo_128.png",
"assets\/images\/tokaudit-logo-transparent.png",
"assets\/images\/widget-bg.png",
"assets\/js\/api_handler.js"
]
}
]
}