Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Cos'è Simple Auto Refresher?

Simple Auto Refresher è un'estensione di Chrome sviluppata da NokibRokes, e la sua funzione principale è "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Auto Refresher

Scarica i file di estensione Simple Auto Refresher 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

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

Informazioni di Base sull'Estensione

Nome Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
URL Ufficiale https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Descrizione A simple tool to make the website live every time! Refresh your pages with selected time interval.
Dimensione del File 28.77 KB
Conteggio Installazioni 5,078
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-07-30
Data di Pubblicazione 2020-06-24
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore NokibRokes
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://nokibrokes.com
URL della Pagina di Aiuto https://nokibrokes.com/contact
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}