Custom Auto Refresh

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

Vad är Custom Auto Refresh?

Custom Auto Refresh är en Chrome-tillägg utvecklad av VastBlast, och dess huvudfunktion är "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Custom Auto Refresh-förlängningens CRX-fil

Ladda ner Custom Auto Refresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
Officiell webbadress https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Beskrivning A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Filstorlek 112 KB
Antal Installationer 3,315
Aktuell Version 2.3.2
Senast Uppdaterad 2023-10-10
Publiceringsdatum 2021-01-12
Betyg 4.78/5 Totalt 18 Betyg
Utvecklare VastBlast
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/VastBlast/ChromeAutoRefresh
Hjälpsida URL https://nitestats.com/contact
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Stödda Språk 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"
    ]
}