TikTok Auto Next
Auto play next video on tiktok
ما هو TikTok Auto Next؟
TikTok Auto Next هو إضافة Chrome تم تطويرها بواسطة james.leach.miao، والميزة الرئيسية لها هي "Auto play next video on tiktok".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TikTok Auto Next
قم بتنزيل ملفات الامتداد TikTok Auto Next بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will help you to automatically play the next video after the current one has finished playing. Free your hands and enjoy the videos.
معلومات أساسية عن التمديد
الاسم | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
الوصف | Auto play next video on tiktok |
حجم الملف | 18.27 KB |
عدد التثبيتات | 2,314 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-04-01 |
تاريخ النشر | 2022-03-31 |
تقييم | 4.47/5 مجموع تقييمات 17 |
المطور | james.leach.miao |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://twitter.com/james_lm93 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Auto Next", "description": "Auto play next video on tiktok", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" } }, "icons": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content-script.js" ] } ] } |