TikTok Auto Next
Auto play next video on tiktok
Cos'è TikTok Auto Next?
TikTok Auto Next è un'estensione di Chrome sviluppata da james.leach.miao, e la sua funzione principale è "Auto play next video on tiktok".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TikTok Auto Next
Scarica i file di estensione TikTok Auto Next in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
URL Ufficiale | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
Descrizione | Auto play next video on tiktok |
Dimensione del File | 18.27 KB |
Conteggio Installazioni | 2,314 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-01 |
Data di Pubblicazione | 2022-03-31 |
Valutazione | 4.47/5 Totale 17 Valutazioni |
Sviluppatore | james.leach.miao |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/james_lm93 |
Lingue Supportate | 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" ] } ] } |