TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
¿Qué es TikTok - Auto Scroller?
TikTok - Auto Scroller es una extensión de Chrome desarrollada por browsnerose, y su función principal es "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TikTok - Auto Scroller
Descarga archivos de extensión TikTok - Auto Scroller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
URL Oficial | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
Descripción | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
Tamaño del Archivo | 22.52 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 1.0.0 |
Última Actualización | 2023-06-29 |
Fecha de Publicación | 2023-06-29 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | browsnerose |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sites.google.com/view/extensions-privacy |
Idiomas Soportados | 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" ] } ] } |