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,
"version": "1.0.6",
"name": "Video Controls for TikTok",
"short_name": "Video Scrubber",
"description": "Displays player controls for video content on TikTok.",
"homepage_url": "https:\/\/georgemike.com",
"icons": {
"128": "images\/icon.128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "en",
"options_page": "options.html",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/tiktok.com\/*",
"http:\/\/*.tiktok.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktok.com\/*"
],
"js": [
"lib\/progress.js-0.1.0\/progress.min.js",
"js\/ActiveVideoManager.js",
"js\/Util.js",
"js\/VideoModifier.js",
"js\/Config.js",
"js\/content.js"
],
"css": [
"lib\/progress.js-0.1.0\/progressjs.min.css",
"css\/scrub.css"
],
"all_frames": true
}
],
"host_permissions": [
"http:\/\/tiktok.com\/*",
"http:\/\/*.tiktok.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktok.com\/*"
]
}