TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
Cos'è TikTok - Auto Scroller?
TikTok - Auto Scroller è un'estensione di Chrome sviluppata da browsnerose, e la sua funzione principale è "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TikTok - Auto Scroller
Scarica i file di estensione TikTok - Auto Scroller 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
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will automatically scroll to the next one for you. Great for doing homework and watching TikTok at the same time without the need to switch tabs! Just be sure to not tell your teachers
Informazioni di Base sull'Estensione
Nome | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
URL Ufficiale | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
Descrizione | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
Dimensione del File | 22.52 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-06-29 |
Data di Pubblicazione | 2023-06-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | browsnerose |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/extensions-privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok - Auto Scroller", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "script.js" ] } ] } |