Easy Auto Refresh FREE - random interval
Set the interval in seconds and autorefresher will reload the page with random timing!
Cos'è Easy Auto Refresh FREE - random interval?
Easy Auto Refresh FREE - random interval è un'estensione di Chrome sviluppata da olenadubov, e la sua funzione principale è "Set the interval in seconds and autorefresher will reload the page with random timing!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Auto Refresh FREE - random interval
Scarica i file di estensione Easy Auto Refresh FREE - random interval 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
"Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds. It automatically reloads web pages after any number of seconds you set in settings. Easy to use it: * Click on icon * Set your number of second (the same one or different if you want random delay). * Click "START" to activate * Click "STOP" to pause Very small and easy extension that will help you to save your time and money!!
Informazioni di Base sull'Estensione
Nome | |
ID | fpkcbidfblkfoindobfbekfdmjadkoid |
URL Ufficiale | https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid |
Descrizione | Set the interval in seconds and autorefresher will reload the page with random timing! |
Dimensione del File | 79.08 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-06-21 |
Data di Pubblicazione | 2021-01-01 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | olenadubov |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.extensionsforweb.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/www.extensionsforweb.com\/", "icons": { "128": "images\/easy-auto-refresh-128x128.png", "48": "images\/easy-auto-refresh-48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "page_action": { "default_icon": { "38": "images\/refresh-off-38.png" }, "default_popup": "popup.html", "default_title": "Auto Refresh FREE" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |