TikTok - Auto Scroller

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

Apa itu TikTok - Auto Scroller?

TikTok - Auto Scroller adalah ekstensi Chrome yang dikembangkan oleh browsnerose, dan fitur utamanya adalah "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TikTok - Auto Scroller

Unduh file ekstensi TikTok - Auto Scroller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TikTok - Auto Scroller TikTok - Auto Scroller
ID fhacoogibhadlhlnkjkojidmphpjidbj
URL Resmi https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj
Deskripsi Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
Ukuran File 22.52 KB
Jumlah Instalasi 86
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-06-29
Tanggal Publikasi 2023-06-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang browsnerose
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extensions-privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}