Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
What is Custom Auto Refresh?
Custom Auto Refresh is a Chrome extension developed by VastBlast, and its main feature is "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".
Extension Screenshots
Download Custom Auto Refresh Extension CRX File
Download Custom Auto Refresh 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
This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
Extension Basic Information
Name | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
Official URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
Description | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
File Size | 112 KB |
Installation Count | 3,315 |
Current Version | 2.3.2 |
Last Updated | 2023-10-10 |
Publish Date | 2021-01-12 |
Rating | 4.78/5 Total 18 Ratings |
Developer | VastBlast |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VastBlast/ChromeAutoRefresh |
Help Page URL | https://nitestats.com/contact |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |