Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Refresh Plus", "version": "2.2.1", "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds", "icons": { "32": "icon128.png", "64": "icon128.png", "128": "icon128.png" }, "action": { "default_title": " Auto Refresh Plus", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage" ] }