TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
O que é TikTok - Auto Scroller?
TikTok - Auto Scroller é uma extensão do Chrome desenvolvida por browsnerose, e sua principal característica é "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TikTok - Auto Scroller
Baixe arquivos de extensão TikTok - Auto Scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
URL Oficial | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
Descrição | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
Tamanho do Arquivo | 22.52 KB |
Contagem de Instalações | 86 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-06-29 |
Data de Publicação | 2023-06-29 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | browsnerose |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/extensions-privacy |
Idiomas Suportados | 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" ] } ] } |