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 هو إضافة Chrome تم تطويرها بواسطة https://tyson3101.com، والميزة الرئيسية لها هي "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto TikTok Scroller

قم بتنزيل ملفات الامتداد Auto TikTok Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A Chrome Extension that adds an auto-scroll 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! 

If you have any suggestions or experience problems, post an issue on the GitHub page: https://github.com/Tyson3101/Auto-TikTok-Scroller                    

معلومات أساسية عن التمديد

الاسم Auto TikTok Scroller Auto TikTok Scroller
ID hmajbmalffndhiaegjpobejadjiklfci
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-tiktok-scroller/hmajbmalffndhiaegjpobejadjiklfci
الوصف Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
حجم الملف 26.06 KB
عدد التثبيتات 82
النسخة الحالية 4.1.1
آخر تحديث 2024-02-19
تاريخ النشر 2024-02-19
المطور https://tyson3101.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Tyson3101/Auto-TikTok-Scroller
عنوان صفحة المساعدة https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto TikTok Scroller",
    "version": "4.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/img\/tiktokIcon16.png",
        "48": ".\/img\/tiktokIcon48.png",
        "128": ".\/img\/tiktokIcon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/img\/tiktokIcon128.png",
        "default_title": "Start scrolling!"
    },
    "description": "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends."
}