Youtube Shorts Auto Scroll - Productivity++

Automatically scrolls when a Youtube Short ends.

Youtube Shorts Auto Scroll - Productivity++ là gì?

Youtube Shorts Auto Scroll - Productivity++ là một tiện ích mở rộng Chrome được phát triển bởi Productivity ++, và tính năng chính của nó là "Automatically scrolls when a Youtube Short ends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Shorts Auto Scroll - Productivity++

Tải xuống các tệp mở rộng Youtube Shorts Auto Scroll - Productivity++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Shorts Auto Scroll - Productivity++ Youtube Shorts Auto Scroll - Productivity++
ID bmjbgjndjeinofbgoanhkdgeclbfdbpm
URL Chính Thức https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm
Mô tả Automatically scrolls when a Youtube Short ends.
Kích Thước Tệp 618 KB
Số Lần Cài Đặt 332
Phiên Bản Hiện Tại 69.420
Cập Nhật Lần Cuối 2023-05-30
Ngày Phát Hành 2023-05-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Productivity ++
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}