Youtube Shorts Auto Scroll - Productivity++

Automatically scrolls when a Youtube Short ends.

What is Youtube Shorts Auto Scroll - Productivity++?

Youtube Shorts Auto Scroll - Productivity++ is a Chrome extension developed by Productivity ++, and its main feature is "Automatically scrolls when a Youtube Short ends.".

Extension Screenshots

screenshot

Download Youtube Shorts Auto Scroll - Productivity++ Extension CRX File

Download Youtube Shorts Auto Scroll - Productivity++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can also change weather it automatically scrolls in the popup. Instructions will be given when the extension is installed!

Made with ❤️ from the team at Productivity ++.

New version:
    Fixed bug where if you were on YouTube and then went to a short, it wouldn't work until reload.
    Other bugs fixed                    

Extension Basic Information

Name Youtube Shorts Auto Scroll - Productivity++ Youtube Shorts Auto Scroll - Productivity++
ID bmjbgjndjeinofbgoanhkdgeclbfdbpm
Official URL https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm
Description Automatically scrolls when a Youtube Short ends.
File Size 618 KB
Installation Count 332
Current Version 69.420
Last Updated 2023-05-30
Publish Date 2023-05-29
Rating 3.67/5 Total 3 Ratings
Developer Productivity ++
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Shorts Auto Scroll - Productivity++",
    "version": "69.420",
    "author": {
        "email": "[email protected]"
    },
    "description": "Automatically scrolls when a Youtube Short ends.",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        },
        "default_title": "YT Shorts Autoscroll",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scroll-plain.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}