TikTok - Auto Scroller

Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…

TikTok - Auto Scroller là gì?

TikTok - Auto Scroller là một tiện ích mở rộng Chrome được phát triển bởi browsnerose, và tính năng chính của nó là "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".

Ả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 TikTok - Auto Scroller

Tải xuống các tệp mở rộng TikTok - Auto Scroller 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

                        Extension that does the scrolling for you without the need to touch your mouse. 

Whenever a TikTok ends, the extension will automatically scroll to the next one for you. Great for doing homework and watching TikTok at the same time without the need to switch tabs! Just be sure to not tell your teachers                    

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

Tên TikTok - Auto Scroller TikTok - Auto Scroller
ID fhacoogibhadlhlnkjkojidmphpjidbj
URL Chính Thức https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj
Mô tả Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
Kích Thước Tệp 22.52 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2023-06-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển browsnerose
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/extensions-privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok - Auto Scroller",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}