TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
What is TikTok - Auto Scroller?
TikTok - Auto Scroller is a Chrome extension developed by browsnerose, and its main feature is "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".
Extension Screenshots
Download TikTok - Auto Scroller Extension CRX File
Download TikTok - Auto Scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
Official URL | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
Description | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
File Size | 22.52 KB |
Installation Count | 86 |
Current Version | 1.0.0 |
Last Updated | 2023-06-29 |
Publish Date | 2023-06-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | browsnerose |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy |
Supported Languages | 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" ] } ] } |