Free Auto Refresh

Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.

Cos'è Free Auto Refresh?

Free Auto Refresh è un'estensione di Chrome sviluppata da http://www.timefly.cn, e la sua funzione principale è "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Free Auto Refresh

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

                        Use this extension, you can:

1. Auto refresh page within specific seconds. 
2. Auto stop refreshing when some text or some element appears in the page.
3. Show countdow on the icon or on the page.
4. Auto start task at specific time of today.
5. Start count down when dom ready or all resources finish loading.
6. Notify you when task auto stop or start at the specific time.
7. Off/On Hard refresh(without cache).
8. Now if you want to refresh without interval,  you can set interval to zero.

Email:[email protected]                    

Informazioni di Base sull'Estensione

Nome Free Auto Refresh Free Auto Refresh
ID lfkfikiejjfhpfbpgfolfkkdjpepmkal
URL Ufficiale https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal
Descrizione Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Dimensione del File 88.88 KB
Conteggio Installazioni 40,000
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-11-23
Data di Pubblicazione 2020-09-17
Valutazione 4.18/5 Totale 72 Valutazioni
Sviluppatore http://www.timefly.cn
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.timefly.cn/free-auto-refresh
URL della Pagina di Aiuto https://www.timefly.cn/free-auto-refresh
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Auto Refresh",
    "version": "1.1.1",
    "author": "[email protected]",
    "default_locale": "en",
    "icons": {
        "64": "image\/icon64.png",
        "128": "image\/icon128.png"
    },
    "action": {
        "default_icon": {
            "64": "image\/icon64.png",
            "128": "image\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.timefly.cn\/free-auto-refresh",
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ]
}