Free Auto Refresh

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

Was ist Free Auto Refresh?

Free Auto Refresh ist eine Chrome-Erweiterung, die von http://www.timefly.cn entwickelt wurde, und ihr Hauptmerkmal ist "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Free Auto Refresh-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free Auto Refresh-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Free Auto Refresh Free Auto Refresh
ID lfkfikiejjfhpfbpgfolfkkdjpepmkal
Offizielle URL https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal
Beschreibung Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Dateigröße 88.88 KB
Installationsanzahl 40,000
Aktuelle Version 1.1.1
Letztes Update 2021-11-23
Veröffentlichungsdatum 2020-09-17
Bewertung 4.18/5 Insgesamt 72 Bewertungen
Entwickler http://www.timefly.cn
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.timefly.cn/free-auto-refresh
Hilfeseite URL https://www.timefly.cn/free-auto-refresh
Unterstützte Sprachen 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"
    ]
}