Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tiktok user videos sort",
"version": "1.0.0",
"action": {
"default_icon": {
"16": "images\/logo.png",
"24": "images\/logo.png",
"32": "images\/logo.png"
},
"default_title": "Tiktok video sort",
"default_popup": "popup.html"
},
"description": "Free tiktok user videos sort",
"icons": {
"16": "images\/logo.png",
"32": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
]
}
]
}