Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Cos'è Auto Refresh Page?
Auto Refresh Page è un'estensione di Chrome sviluppata da Page Refresh, e la sua funzione principale è "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Refresh Page
Scarica i file di estensione Auto Refresh Page 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
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
Informazioni di Base sull'Estensione
Nome | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
Descrizione | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
Dimensione del File | 7.94 KB |
Conteggio Installazioni | 1,139 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-07-02 |
Data di Pubblicazione | 2020-12-08 |
Valutazione | 2.75/5 Totale 4 Valutazioni |
Sviluppatore | Page Refresh |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/extensions-privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |