TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
TikTok - Auto Scrollerとは何ですか?
TikTok - Auto Scrollerはbrowsneroseによって開発されたChromeの拡張機能で、その主な機能は「Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…」です。
拡張機能のスクリーンショット
TikTok - Auto Scroller拡張機能のCRXファイルをダウンロード
TikTok - Auto Scroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
公式URL | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
説明 | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
ファイルサイズ | 22.52 KB |
インストール数 | 86 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-06-29 |
公開日 | 2023-06-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | browsnerose |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/extensions-privacy |
対応言語 | 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" ] } ] } |