TikTok Auto Next
Auto play next video on tiktok
Wat is TikTok Auto Next?
TikTok Auto Next is een Chrome-extensie ontwikkeld door james.leach.miao, en de belangrijkste functie is "Auto play next video on tiktok".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Auto Next
Download TikTok Auto Next-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
Officiële URL | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
Beschrijving | Auto play next video on tiktok |
Bestandsgrootte | 18.27 KB |
Aantal Installaties | 2,314 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-04-01 |
Publicatiedatum | 2022-03-31 |
Beoordeling | 4.47/5 Totaal 17 Beoordelingen |
Ontwikkelaar | james.leach.miao |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/james_lm93 |
Ondersteunde Talen | 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" ] } ] } |