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 ที่พัฒนาโดย Wiz Extensions และคุณลักษณะหลักของมันคือ "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto TikTok Scroller

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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."
}