Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 01, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Refreshify - Auto Refresh Page & Page Monitor Easily",
"description": "Auto Refresh - Automatically refresh the page with multiple features",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/refresh-icon-16.png",
"48": "icons\/refresh-icon-48.png",
"128": "icons\/refresh-icon-128.png"
}
},
"permissions": [
"activeTab",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/refresh-icon-16.png",
"48": "icons\/refresh-icon-48.png",
"128": "icons\/refresh-icon-128.png"
}
}