Tab auto reloader
This extension reloads the current tab at a chosen interval.
What is Tab auto reloader?
Tab auto reloader is a Chrome extension developed by https://denilson.sa.nom.br, and its main feature is "This extension reloads the current tab at a chosen interval.".
Extension Screenshots
Download Tab auto reloader Extension CRX File
Download Tab auto reloader 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 Chrome extension reloads (refreshes) the current tab at a chosen interval. * Free and open-source. * No (extra) permissions required. * Easy-to-use. * The reload (refresh) interval can be different for each tab. https://github.com/denilsonsa/crx-reload-tab/
Extension Basic Information
Name | Tab auto reloader |
ID | knnahnemielbnanghaphjgheamgcjjcb |
Official URL | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
Description | This extension reloads the current tab at a chosen interval. |
File Size | 14.36 KB |
Installation Count | 26,500 |
Current Version | 1.1 |
Last Updated | 2020-11-19 |
Publish Date | 2018-04-23 |
Rating | 4.90/5 Total 99 Ratings |
Developer | https://denilson.sa.nom.br |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/denilsonsa/crx-reload-tab/ |
Help Page URL | https://github.com/denilsonsa/crx-reload-tab/issues |
Privacy Policy Page URL | http://denilson.sa.nom.br/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab auto reloader", "short_name": "Tab reloader", "description": "This extension reloads the current tab at a chosen interval.", "version": "1.1", "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Reload this page every\u2026" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "contextMenus", "storage" ] } |