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": "Auto Scroll for YouTube Shorts, TikTok, Instagram & Facebook",
"short_name": "Auto Shorts\/Reels Scroller",
"version": "2.0.0",
"description": "Auto scroll YouTube Shorts, TikTok, Instagram Reels & Facebook videos - hands\u2011free. Auto scroll to next clip when current video end",
"permissions": [
"tabs",
"storage",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Auto Shorts\/Reels Scroller",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/www.facebook.com\/*",
"https:\/\/facebook.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}