TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
什麼是TikTok Auto Play?
TikTok Auto Play是由Turbo_Jump開發的Chrome擴展程式,該擴展的主要功能是“A simple Chrome extension that will auto play TikToks for you.”。
擴展截圖
下載TikTok Auto Play擴展crx文件
下載TikTok Auto Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
官方網址 | 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" } } |