TikTok Auto Next
Auto play next video on tiktok
什麼是TikTok Auto Next?
TikTok Auto Next是由james.leach.miao開發的Chrome擴展程式,該擴展的主要功能是“Auto play next video on tiktok”。
擴展截圖
下載TikTok Auto Next擴展crx文件
下載TikTok Auto Next擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | 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" ] } ] } |