Random Refresh

Refresh page randomly in time range

What is Random Refresh?

Random Refresh is a Chrome extension developed by M.Ahmed, and its main feature is "Refresh page randomly in time range".

Extension Screenshots

screenshot
screenshot

Download Random Refresh Extension CRX File

Download Random Refresh 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

                        Reload your page and refresh in simplest way.
Random Refresh tool allow you to refresh your desired web page in a time range,
The page will auto refresh and you can also set up multiple tabs simultaneously .                    

Extension Basic Information

Name Random Refresh Random Refresh
ID phedidfeicjpoomnhnfocgmbhliemjgn
Official URL https://chromewebstore.google.com/detail/random-refresh/phedidfeicjpoomnhnfocgmbhliemjgn
Description Refresh page randomly in time range
File Size 174 KB
Installation Count 4,031
Current Version 1.1.5
Last Updated 2023-09-07
Publish Date 2020-09-14
Rating 4.45/5 Total 22 Ratings
Developer M.Ahmed
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "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": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "images\/logos\/logo.png",
        "default_popup": "popup.html"
    }
}