Random Refresh

Refresh page randomly in time range

Cos'è Random Refresh?

Random Refresh è un'estensione di Chrome sviluppata da M.Ahmed, e la sua funzione principale è "Refresh page randomly in time range".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random Refresh

Scarica i file di estensione Random Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome Random Refresh Random Refresh
ID phedidfeicjpoomnhnfocgmbhliemjgn
URL Ufficiale https://chromewebstore.google.com/detail/random-refresh/phedidfeicjpoomnhnfocgmbhliemjgn
Descrizione Refresh page randomly in time range
Dimensione del File 174 KB
Conteggio Installazioni 4,031
Versione Corrente 1.1.5
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2020-09-14
Valutazione 4.45/5 Totale 22 Valutazioni
Sviluppatore M.Ahmed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}