Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

Co je Custom Auto Refresh?

Custom Auto Refresh je rozšíření Chrome vyvinuté VastBlast, a jeho hlavní funkcí je „A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Custom Auto Refresh 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í

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

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

Název Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
Oficiální URL https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Popis A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Velikost souboru 112 KB
Počet instalací 3,315
Aktuální Verze 2.3.2
Poslední Aktualizace 2023-10-10
Datum Vydání 2021-01-12
Hodnocení 4.78/5 Celkem 18 Hodnocení
Vývojář VastBlast
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/VastBlast/ChromeAutoRefresh
URL Stránky Nápovědy https://nitestats.com/contact
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}