AutoRefresh+
Powerful timed refresh tool
What is AutoRefresh+?
AutoRefresh+ is a Chrome extension developed by MichaelKeys, and its main feature is "Powerful timed refresh tool".
Extension Screenshots
Download AutoRefresh+ Extension CRX File
Download AutoRefresh+ 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
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.
The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest! Extension Basic Information
| Name | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| Official URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| Description | Powerful timed refresh tool |
| File Size | 65.98 KB |
| Installation Count | 659 |
| Current Version | 1.0 |
| Last Updated | 2018-11-04 |
| Publish Date | 2018-11-04 |
| Developer | MichaelKeys |
| Payment Type | free |
| Extension Website | https://bitbucket.org/MichaelKeys/autorefresh/ |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoRefresh+",
"version": "1.0",
"description": "Powerful timed refresh tool",
"permissions": [
"activeTab",
"alarms",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
}
},
"icons": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
},
"options_page": "options.html",
"manifest_version": 2
} | |