Auto TikTok Scroller

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

Vad är Auto TikTok Scroller?

Auto TikTok Scroller är en Chrome-tillägg utvecklad av Wiz Extensions, och dess huvudfunktion är "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Auto TikTok Scroller-förlängningens CRX-fil

Ladda ner Auto TikTok Scroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
Officiell webbadress https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Beskrivning Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Filstorlek 210 KB
Antal Installationer 4,497
Aktuell Version 4.1.3
Senast Uppdaterad 2023-11-26
Publiceringsdatum 2021-07-15
Betyg 3.71/5 Totalt 38 Betyg
Utvecklare Wiz Extensions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Tyson3101/Auto-TikTok-Scroller
Hjälpsida URL https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL till Sekretesspolicy Sidan https://sites.google.com/view/extensions-privacy
Stödda Språk 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."
}