Auto Tab Switcher
Automatically switches to the next tab every few seconds
What is Auto Tab Switcher?
Auto Tab Switcher is a Chrome extension developed by https://r2dsolutions.com, and its main feature is "Automatically switches to the next tab every few seconds".
Extension Screenshots
Download Auto Tab Switcher Extension CRX File
Download Auto Tab Switcher 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
Tab Switcher is a Chrome extension that automatically switches between open tabs at a specified interval. With the ability to set a custom time interval for switching, this extension helps users efficiently navigate through their open tabs without wasting time or energy. The extension also includes a pop-up page with toggle buttons for easy on/off switching and the ability to customize the delay setting. Whether you're juggling multiple tabs for work or leisure, Tab Switcher helps streamline your browsing experience and boost productivity.
Extension Basic Information
Name | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
Official URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Description | Automatically switches to the next tab every few seconds |
File Size | 69.86 KB |
Installation Count | 11,702 |
Current Version | 1.0.0 |
Last Updated | 2023-03-23 |
Publish Date | 2023-03-23 |
Rating | 3.44/5 Total 9 Ratings |
Developer | https://r2dsolutions.com |
[email protected] | |
Payment Type | free |
Extension Website | https://portfolio.r2dsolutions.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Tab Switcher", "description": "Automatically switches to the next tab every few seconds", "version": "1.0.0", "icons": { "16": "icon.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" } } |