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 |
公式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 |
Eメール | [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" ] } ] } |