Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Co je Auto Refresh Page?

Auto Refresh Page je rozšíření Chrome vyvinuté Page Refresh, a jeho hlavní funkcí je „Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto Refresh Page

Stáhněte si soubory rozšíření Auto Refresh Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

Základní Informace o Rozšíření

Název Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
Oficiální URL https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
Popis Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Velikost souboru 7.94 KB
Počet instalací 1,139
Aktuální Verze 2.0
Poslední Aktualizace 2023-07-02
Datum Vydání 2020-12-08
Hodnocení 2.75/5 Celkem 4 Hodnocení
Vývojář Page Refresh
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/extensions-privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}