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
公式URL 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
Eメール [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."
}