Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

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

Το Auto Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον enaumenko1997, και η κύρια λειτουργία του είναι "You can set the period in which the required tab will be refreshed with this extension".

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

screenshot

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

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

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

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

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

Όνομα Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
Επίσημο URL https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
Περιγραφή You can set the period in which the required tab will be refreshed with this extension
Μέγεθος Αρχείου 21.25 KB
Αριθμός Εγκαταστάσεων 104
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-02-10
Ημερομηνία Δημοσίευσης 2021-02-10
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής enaumenko1997
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}