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": "Random Refresh", "description": "Refresh page randomly in time range", "version": "1.1.5", "icons": { "128": "images\/logos\/logo-128.png" }, "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/js\/content.js" ] } ], "permissions": [ "activeTab" ], "action": { "default_icon": "images\/logos\/logo.png", "default_popup": "popup.html" } }