Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Download, Sort, Transcribe TikTok - TokScribe",
"version": "1.0.4",
"description": "Sort videos of TikTok users by the most viewed - TokScribe",
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "assets\/tokscribelogo.png"
},
"icons": {
"128": "assets\/tokscribelogo.png"
},
"background": {
"service_worker": "assets\/background.js"
},
"content_scripts": [
{
"js": [
"assets\/content.js",
"assets\/content2.js",
"assets\/contentChart.js",
"assets\/chart.js",
"assets\/jquery.js",
"assets\/api_handler.js"
],
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"css": [
"assets\/style.css",
"assets\/injest.css"
]
}
],
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.cloudfunctions.net\/*",
"*:\/\/api19-core-useast5.us.tiktokv.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"assets\/api_handler.js"
]
}
]
}