AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
What is AutoTabRefresh?
AutoTabRefresh is a Chrome extension developed by ST9001, and its main feature is "Refresh your browser tab automatically at the desired interval.".
Extension Screenshots
Download AutoTabRefresh Extension CRX File
Download AutoTabRefresh 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
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.
Extension Basic Information
Name | |
ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
Official URL | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
Description | Refresh your browser tab automatically at the desired interval. |
File Size | 58.76 KB |
Installation Count | 438 |
Current Version | 3.3 |
Last Updated | 2022-05-22 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ST9001 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoTabRefresh", "author": "", "version": "3.3", "description": "Refresh your browser tab automatically at the desired interval.", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Auto Tab Refresh", "default_popup": "index.html" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}" } } } |