Auto TikTok Scroller

Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.

Auto TikTok Scroller là gì?

Auto TikTok Scroller là một tiện ích mở rộng Chrome được phát triển bởi Wiz Extensions, và tính năng chính của nó là "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto TikTok Scroller

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

                        A Chrome Extension that adds an auto-scroll (auto play-next) feature on TikTok so you can watch TikToks 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! 

Works on both fullscreen and not, perfectly suiting everyone's different needs!                    

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

Tên Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
URL Chính Thức https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Mô tả Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 4,497
Phiên Bản Hiện Tại 4.1.3
Cập Nhật Lần Cuối 2023-11-26
Ngày Phát Hành 2021-07-15
Đánh Giá 3.71/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Wiz Extensions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Tyson3101/Auto-TikTok-Scroller
URL Trang Trợ Giúp https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/extensions-privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto TikTok Scroller",
    "version": "4.1.3",
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/img\/tiktokIcon16.png",
        "48": ".\/img\/tiktokIcon48.png",
        "128": ".\/img\/tiktokIcon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/img\/tiktokPopupIcon.png",
        "default_title": "Start scrolling!"
    },
    "description": "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends."
}