Auto TikTok Scroller

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

什麼是Auto TikTok Scroller?

Auto TikTok Scroller是由Wiz Extensions開發的Chrome擴展程式,該擴展的主要功能是“Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Auto TikTok Scroller擴展crx文件

下載Auto TikTok Scroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
官方網址 https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
簡介 Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
檔案大小 210 KB
安裝次數 4,497
目前版本 4.1.3
更新時間 2023-11-26
上架時間 2021-07-15
評分 3.71/5 共 38 次評分
開發者 Wiz Extensions
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Tyson3101/Auto-TikTok-Scroller
說明頁面URL https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
隱私政策頁面URL https://sites.google.com/view/extensions-privacy
支援的語言 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."
}