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",
"name": "Auto Scroll for TikTok Player",
"description": "Auto scrolling videos in TikTok with full screen option",
"version": "3.3.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"\/js\/content\/eventListener.js"
],
"matches": [
"*:\/\/*.tiktok.com\/*"
]
}
],
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": ".\/html\/popup.html",
"default_icon": {
"16": ".\/images\/icons\/16.png",
"32": ".\/images\/icons\/32.png",
"48": ".\/images\/icons\/48.png",
"64": ".\/images\/icons\/64.png",
"96": ".\/images\/icons\/96.png",
"128": ".\/images\/icons\/128.png",
"192": ".\/images\/icons\/192.png",
"256": ".\/images\/icons\/256.png",
"384": ".\/images\/icons\/384.png",
"512": ".\/images\/icons\/512.png"
}
},
"icons": {
"16": ".\/images\/icons\/16.png",
"32": ".\/images\/icons\/32.png",
"48": ".\/images\/icons\/48.png",
"128": ".\/images\/icons\/128.png"
},
"options_page": ".\/html\/options.html",
"content_scripts": [
{
"js": [
".\/js\/lib\/jquery-3.6.0.min.js",
".\/js\/lib\/jquery.initialize.min.js",
".\/js\/content\/inject.js"
],
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"run_at": "document_end"
}
]
}