TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
Cos'è TikTok Auto Play?
TikTok Auto Play è un'estensione di Chrome sviluppata da Turbo_Jump, e la sua funzione principale è "A simple Chrome extension that will auto play TikToks for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TikTok Auto Play
Scarica i file di estensione TikTok Auto Play 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
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!
Informazioni di Base sull'Estensione
Nome | TikTok Auto Play |
ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
URL Ufficiale | https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad |
Descrizione | A simple Chrome extension that will auto play TikToks for you. |
Dimensione del File | 6.75 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-29 |
Data di Pubblicazione | 2023-05-29 |
Sviluppatore | Turbo_Jump |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |