Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Cos'è Auto Refresh Page?

Auto Refresh Page è un'estensione di Chrome sviluppata da ProfileVisitor.co, e la sua funzione principale è "Auto Refresh Page is the extension to refresh a page on regular intervals".

Screenshot dell'Estensione

screenshot

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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Informazioni di Base sull'Estensione

Nome Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
URL Ufficiale https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Descrizione Auto Refresh Page is the extension to refresh a page on regular intervals
Dimensione del File 201 KB
Conteggio Installazioni 4,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-01-31
Data di Pubblicazione 2018-01-31
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore ProfileVisitor.co
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}