Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
What is Auto Refresh Page?
Auto Refresh Page is a Chrome extension developed by Page Refresh, and its main feature is "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
Extension Screenshots
Download Auto Refresh Page Extension CRX File
Download Auto Refresh Page 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
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
Extension Basic Information
Name | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
Official URL | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
Description | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
File Size | 7.94 KB |
Installation Count | 1,139 |
Current Version | 2.0 |
Last Updated | 2023-07-02 |
Publish Date | 2020-12-08 |
Rating | 2.75/5 Total 4 Ratings |
Developer | Page Refresh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |