Auto Refresher
Automatically refresh the page on a set interval
What is Auto Refresher?
Auto Refresher is a Chrome extension developed by jones.kaivon, and its main feature is "Automatically refresh the page on a set interval".
Download Auto Refresher Extension CRX File
Download Auto Refresher 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
Simple and easy to use extension to auto reload the page its opened on.
Extension Basic Information
Name | |
ID | nlfnbbnnpiiiifgnbckjhkhpmggpailj |
Official URL | https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj |
Description | Automatically refresh the page on a set interval |
File Size | 114 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2018-09-01 |
Publish Date | 2018-09-01 |
Developer | jones.kaivon |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresher", "version": "1.0", "manifest_version": 2, "description": "Automatically refresh the page on a set interval", "icons": { "16": "images\/refresh-icon16.png", "48": "images\/refresh-icon48.png", "128": "images\/refresh-icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/refresh-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |