TikTok Auto Play

A simple Chrome extension that will auto play TikToks for you.

ما هو TikTok Auto Play؟

TikTok Auto Play هو إضافة Chrome تم تطويرها بواسطة Turbo_Jump، والميزة الرئيسية لها هي "A simple Chrome extension that will auto play TikToks for you.".

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

screenshot

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

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

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

                        Tired of having to click a button everytime you wanna see the next TikTok? Use this extension to lay back & relax while TikTok Automatically goes to the next video each time for you.

Step 1: 
Add the extension

STEP 2:
Go To The FY Page

STEP 3:
Click Comments

ENJOY!                    

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

الاسم TikTok Auto Play TikTok Auto Play
ID dehlaoojcgdmgbdnchnbpbpimpkjnlad
عنوان URL الرسمي https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad
الوصف A simple Chrome extension that will auto play TikToks for you.
حجم الملف 6.75 KB
عدد التثبيتات 12
النسخة الحالية 1.0
آخر تحديث 2023-05-29
تاريخ النشر 2023-05-29
المطور Turbo_Jump
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Auto Play",
    "version": "1.0",
    "description": "A simple Chrome extension that will auto play TikToks for you.",
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}