Youtube Shorts Auto Scroll - Productivity++

Automatically scrolls when a Youtube Short ends.

Youtube Shorts Auto Scroll - Productivity++とは何ですか?

Youtube Shorts Auto Scroll - Productivity++はProductivity ++によって開発されたChromeの拡張機能で、その主な機能は「Automatically scrolls when a Youtube Short ends.」です。

拡張機能のスクリーンショット

screenshot

Youtube Shorts Auto Scroll - Productivity++拡張機能のCRXファイルをダウンロード

Youtube Shorts Auto Scroll - Productivity++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Youtube Shorts Auto Scroll - Productivity++ Youtube Shorts Auto Scroll - Productivity++
ID bmjbgjndjeinofbgoanhkdgeclbfdbpm
公式URL https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm
説明 Automatically scrolls when a Youtube Short ends.
ファイルサイズ 618 KB
インストール数 332
現在のバージョン 69.420
最終更新日 2023-05-30
公開日 2023-05-29
評価 3.67/5 合計 3 レビュー
開発者 Productivity ++
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}