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 Reels Scroller",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/reels\/*"
],
"js": [
".\/dist\/content.js"
]
}
],
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": ".\/img\/Icon16.png",
"48": ".\/img\/Icon48.png",
"128": ".\/img\/Icon128.png"
},
"action": {
"default_popup": ".\/popup\/popup.html",
"default_icon": ".\/img\/Icon128.png",
"default_title": "Start scrolling!"
},
"background": {
"service_worker": ".\/dist\/background.js"
},
"description": "Automatically scroll to the next Instagram Reel when one ends."
}