Free Auto Refresh

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

Τι είναι το Free Auto Refresh;

Το Free Auto Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.timefly.cn, και η κύρια λειτουργία του είναι "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Free Auto Refresh

Λήψη αρχείων επέκτασης Free Auto Refresh σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Free Auto Refresh Free Auto Refresh
ID lfkfikiejjfhpfbpgfolfkkdjpepmkal
Επίσημο URL https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal
Περιγραφή Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Μέγεθος Αρχείου 88.88 KB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2021-11-23
Ημερομηνία Δημοσίευσης 2020-09-17
Αξιολόγηση 4.18/5 Συνολικά 72 Αξιολογήσεις
Προγραμματιστής http://www.timefly.cn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.timefly.cn/free-auto-refresh
Διεύθυνση URL της Σελίδας Βοήθειας https://www.timefly.cn/free-auto-refresh
Υποστηριζόμενες Γλώσσες 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"
    ]
}